2008-03-18 |
Volker Lendecke | Need to close the /dev/zero fd
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Fix Coverity ID 554
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Fix Coverity ID 555
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Fix Coverity ID 563
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Fix Coverity ID 564
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Allocate one 0-byte in asprintf replacement when len==0
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Fix bug 5317
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Fix bug 4901
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Convert mapping_tdb.c to dbwrap
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Clean up add_mapping_entry slightly
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Cleanup after pstring removal
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Convert secrets.c to use dbwrap
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Use a separate tdb for mutexes
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Convert secrets_lock_trust_account_password to talloc
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Make use of talloc_asprintf_strupper_m in secrets.c
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Avoid some pointless checks
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Use talloc_tos() in secrets_init
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Fix Coverity ID 551
|
commit | commitdiff | tree |
2008-03-18 |
Günther Deschner | Enable libnetjoin debugging for now but avoid printing...
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Add dbwrap_trans_store and dbwrap_trans_delete
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | Add transactions to the dbwrap API
|
commit | commitdiff | tree |
2008-03-18 |
Volker Lendecke | add dbwrap_change_int32_atomic
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: untangle assignment and if-clause in init_registry...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: convert regdb REGISTRY_OPS to named struct...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: use talloc instead of malloc and provide...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: remove an unused variable from regdb_set_secdesc().
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: untangle assignments and if statements in...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: use talloc_stackframe instead of hand crafted...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: use talloc instead of malloc for tdb data...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: don't use talloc_stackframe() instead of...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: don't leak to talloc stack in regdb_fetch_keys().
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: explicitly use talloc context instead of...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: don't leak on success path in regdb_store_keys().
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: allocate tempory data in talloc stack in...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: separate cancel and failur exit paths in...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: don't leak memory on transaction fail in...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: don't leak (to talloc_tos()) in regdb_store_keys().
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: reformat regdb_store_keys_internal(), killing...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: don't leak (to talloc_tos()) in regdb_store_keys_i...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: reformat init_registry_data() some, killing...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: explicitly use talloc context instead of...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: don't leak (to talloc_tos()) in init_registry_data().
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: rename tdb_refcount to regdb_refcount after...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: rename tdb_reg to regdb after change to dbwrap.
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry: migrate tdb registry backend to dbwrap.
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | Allow parameter "include" in registry based configuration...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | Fix %I macro expansion for IPv4 mapped IPv6 addresses.
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | init_srv_share_info_ctr: fix counting of services.
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | Add a debug message.
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | loadparm: add a debug message.
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | loadparm: remove services read from smb.conf when starting...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | loadparm: add convenience wrapper lp_kill_all_services()
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | loadparm: add a comment
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | loadparm: fix a comment typo.
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | loadparm: add utility function to check for config...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | loadparm: use a function to check for the registry...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | registry shares: prevent creating regular share called...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | loadparm: fix init_globals() to re-init all options...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | loadparm: replace typedef struct {} global/service...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | loadparm: fix whitespaces in global and service parameter...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | loadparm: fix spacing in parm_table (training spaces...
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | loadparm: Reformat the parm table to use named initializers.
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | configure: fix quotation in SMB_LIBRARY for help output.
|
commit | commitdiff | tree |
2008-03-17 |
Michael Adam | Time to confess...
|
commit | commitdiff | tree |
2008-03-09 |
Volker Lendecke | Print out the used seed in smbtorture
|
commit | commitdiff | tree |
2008-03-09 |
Volker Lendecke | Correctly calculate the max read size
|
commit | commitdiff | tree |
2008-03-09 |
Volker Lendecke | Move inbuf handling to before the PDU handling
|
commit | commitdiff | tree |
2008-03-09 |
Volker Lendecke | Pass specific packets to build_nmb and build_dgram
|
commit | commitdiff | tree |
2008-03-09 |
Volker Lendecke | Fix some typos
|
commit | commitdiff | tree |
2008-03-09 |
Volker Lendecke | Build aio_fork by default
|
commit | commitdiff | tree |
2008-03-07 |
Günther Deschner | Re-run make idl.
|
commit | commitdiff | tree |
2008-03-07 |
Günther Deschner | Ignore Kerberos PAC type 12.
|
commit | commitdiff | tree |
2008-03-07 |
Günther Deschner | Re-run make idl.
|
commit | commitdiff | tree |
2008-03-07 |
Günther Deschner | Slowly making progress on PAC_UNKNOWN_12.
|
commit | commitdiff | tree |
2008-03-07 |
Günther Deschner | Fix the build of cifs.spnego.
|
commit | commitdiff | tree |
2008-03-07 |
Günther Deschner | Fix _dssetup_DsRoleGetPrimaryDomainInformation().
|
commit | commitdiff | tree |
2008-03-07 |
Derrell Lipman | Check for NULL pointers before dereferencing them.
|
commit | commitdiff | tree |
2008-03-07 |
Volker Lendecke | Change default bufsize to 512k
|
commit | commitdiff | tree |
2008-03-07 |
Volker Lendecke | Use io_bufsize as window size in smbclient get command
|
commit | commitdiff | tree |
2008-03-07 |
Volker Lendecke | Convert cli_read to use cli_pull
|
commit | commitdiff | tree |
2008-03-07 |
Volker Lendecke | Add async cli_pull support
|
commit | commitdiff | tree |
2008-03-07 |
Volker Lendecke | Add infrastructure to support async SMB requests
|
commit | commitdiff | tree |
2008-03-07 |
Volker Lendecke | Add basic infrastructure for general async requests
|
commit | commitdiff | tree |
2008-03-07 |
Volker Lendecke | Fix an uninitialized variable, Coverity ID 481
|
commit | commitdiff | tree |
2008-03-07 |
Volker Lendecke | Fix a memleak
|
commit | commitdiff | tree |
2008-03-07 |
Volker Lendecke | Check the right pointer for non-NULL
|
commit | commitdiff | tree |
2008-03-07 |
Jeremy Allison | Fix bug #5267 - nmbd shuts down when network interfaces...
|
commit | commitdiff | tree |
2008-03-07 |
Jeremy Allison | client[ADDR_INDEX] is an IPv4 mapped to IPv6, but
|
commit | commitdiff | tree |
2008-03-06 |
Michael Adam | Make test: set LD_LIBRARY_PATH for make test_shlibs...
|
commit | commitdiff | tree |
2008-03-06 |
Günther Deschner | Fix build targets for bin/net.
|
commit | commitdiff | tree |
2008-03-06 |
Günther Deschner | Another build fix for pam_smbpass: make sure libwbclient...
|
commit | commitdiff | tree |
2008-03-06 |
Volker Lendecke | Respect FAMChanged -- attempt to fix bug 5307
|
commit | commitdiff | tree |
2008-03-06 |
Michael Adam | Build: fix bin/net on Solaris - use -ltdb instead of...
|
commit | commitdiff | tree |
2008-03-06 |
Michael Adam | Makefile: reformat - break long target lines.
|
commit | commitdiff | tree |
2008-03-06 |
Michael Adam | Makefile: untangle -ltalloc from LIBS, making use of...
|
commit | commitdiff | tree |
2008-03-06 |
Günther Deschner | In libnetapi, point out that lp_load has failed.
|
commit | commitdiff | tree |
2008-03-06 |
Günther Deschner | Fix lp_load with an empty registry and "config backend...
|
commit | commitdiff | tree |
2008-03-06 |
Günther Deschner | Give a better error message why NetServerSetInfo()...
|
commit | commitdiff | tree |
2008-03-06 |
Günther Deschner | Add PICFLAG to libnetapi Makefile.
|
commit | commitdiff | tree |
2008-03-06 |
Volker Lendecke | Fix coverity ID 525, 526, 527, 528, 529 and 530
|
commit | commitdiff | tree |