summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3: Make use of name_resolve_bcast in nmblookupVolker Lendecke2011-06-051-21/+3
* s3: Make name_resolve_bcast do parallel lookups to all interfacesVolker Lendecke2011-06-051-21/+19
* s3: Add name_queries_send/recvVolker Lendecke2011-06-051-0/+231
* s3: Fix a valgrind errorVolker Lendecke2011-06-051-2/+2
* s3:winbind: Convert WINBINDD_WINS_BYIP to the async APIVolker Lendecke2011-06-056-73/+145
* Make samba4.drs.fsmo.python knownfailVolker Lendecke2011-06-041-0/+1
* s3: Fix the build on FreeBSD 8Volker Lendecke2011-06-041-0/+5
* Add the same fix to the S3 event backend as the previous commit added to the ...Jeremy Allison2011-06-041-1/+14
* Fix the poll() backend to correctly respond to POLLHUP|POLLERR returns on a f...Jeremy Allison2011-06-031-1/+13
* In samba_version.m4 the test to get the version now returns severalHerb Lewis2011-06-021-1/+1
* Fix warning messages on Freebsd 4.6.2.Herb Lewis2011-06-021-0/+2
* lib/tdb/python/tests/simple.py: don't assume TDB ordering.Rusty Russell2011-06-021-1/+3
* samba3sam.py: don't assume order of ldb results.Rusty Russell2011-06-021-142/+164
* Remove another PATH_MAX.Jeremy Allison2011-06-021-12/+27
* Remove a PATH_MAX.Jeremy Allison2011-06-011-2/+3
* Fix const warnings.Jeremy Allison2011-06-021-1/+1
* Fix const warning.Jeremy Allison2011-06-011-1/+1
* Fix const warning.Jeremy Allison2011-06-011-1/+1
* release_ip() is only used with CLUSTER_SUPPORT.Jeremy Allison2011-06-011-1/+1
* Fix type mixing warnings.Jeremy Allison2011-06-011-2/+2
* Fix bug where format arguments were reversed. Please compile with -Wall !Jeremy Allison2011-06-011-2/+2
* Move fd_close on error path to be identical to all other error paths.Jeremy Allison2011-06-011-2/+1
* TALLOC_FREE already checks for null.Jeremy Allison2011-06-011-3/+1
* Fix bug #8175 - smbd deadlock.Jeremy Allison2011-06-011-27/+71
* s3:net-man: registry enumerate_recursiveGregor Beck2011-06-011-0/+7
* s3:net-man: registry deletekey & deletekey_recursiveGregor Beck2011-06-011-0/+8
* s3:net-man: missing dotGregor Beck2011-06-011-1/+1
* Revert "s3: Mark sockets in error state writable"Volker Lendecke2011-06-011-23/+0
* s3-epmapper: Register ports on IPv4 too.Andreas Schneider2011-06-012-2/+2
* s3-rpc_server: Remove unused variable pipes_open.Andreas Schneider2011-06-011-4/+2
* s3-rpc_server: Remove syntax from pipes_struct.Andreas Schneider2011-06-013-3/+0
* s3-rpc_server: Fixed debug messages of srv_pipe_hnd.Andreas Schneider2011-06-011-5/+5
* s3-rpc_server: Fixed debug messages for rpc_handles.Andreas Schneider2011-06-011-6/+7
* s3-rpc_server: Fix debug messages.Andreas Schneider2011-06-011-46/+20
* s3-rpc_server: Don't segfault if there are not handles to free.Andreas Schneider2011-06-011-0/+4
* s3-rpc_server: Remove guessing of the syntax id.Andreas Schneider2011-06-015-51/+11
* s3-rpc_server: Use the correct syntax id for debugging.Andreas Schneider2011-06-011-8/+11
* s3-rpc_server: Migrate init_pipe_handles() to new syntax.Andreas Schneider2011-06-011-8/+21
* s3-rpc_server: Use the context syntax id in api_pipe_request().Andreas Schneider2011-06-011-7/+7
* s3-rpc_server: Use the correct syntax id in api_pipe_bind_req().Andreas Schneider2011-06-011-19/+14
* s3-rpc_server: Use the correct context syntax.Andreas Schneider2011-06-011-2/+20
* s3-rpc_server: Move the context functions to own file.Andreas Schneider2011-06-015-22/+72
* s3-rpc_server: Store the ndr syntax id in the pipe context.Andreas Schneider2011-06-011-5/+6
* s3-rpc_server: Added syntax id to pipe_rpc_fns struct.Andreas Schneider2011-06-011-1/+2
* lib/tevent/tevent.h: minor documentation fix.Rusty Russell2011-06-011-3/+3
* libcli/cldap/cldap.c: don't hand huge values to tevent_timeval_add usecsRusty Russell2011-06-011-2/+4
* lib/util/time.c: timeval_current_ofs_usecRusty Russell2011-06-018-12/+26
* lib/util/time.c: timeval_current_ofs_msecRusty Russell2011-06-018-14/+22
* samba-tool: update tests for new 'user enable' syntaxAndrew Tridgell2011-06-012-2/+2
* samba-tool: improved error handling in user setexpiryAndrew Tridgell2011-06-012-1/+9