summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2009-06-19Fix coverity #740. Resource leak in error paths. We shouldJeremy Allison1-3/+2
2009-06-19Fix coverity #900. Resource leak.Jeremy Allison1-0/+5
2009-06-19Fix coverity #920. Possible NULL deref.Jeremy Allison1-0/+4
2009-06-19Fix coverity #676. Forward NULL.Jeremy Allison1-0/+6
2009-06-19s3: fix make test with external libtalloc or libtdb.Michael Adam1-4/+13
2009-06-19s3:build: build talloctort only when using the internal liballocMichael Adam2-3/+8
2009-06-19s3:build: build the tdb tools only when using the internal libtdbMichael Adam2-4/+18
2009-06-19s3:build: remove LIBTDB_OBJ from TDBTORTURE_OBJ collectionMichael Adam1-1/+1
2009-06-19s3:build: check for availability of external libtdb and use it if availableMichael Adam1-18/+34
2009-06-19s3:build: link libtalloc statically if using internal libtallocMichael Adam1-0/+1
2009-06-19Don't require "Modify property" perms to unjoin bug #6481)Jim McDonough6-18/+50
2009-06-19Add a missing talloc_move() in tldap_search_recvVolker Lendecke1-1/+1
2009-06-19Fix Coverity IDs 922 and 933Volker Lendecke2-3/+6
2009-06-19Add tiny tldap testVolker Lendecke2-1/+37
2009-06-19Add tldap_fetch_rootdseVolker Lendecke2-0/+138
2009-06-19Make tevent_req_is_ldap_error publicVolker Lendecke2-1/+3
2009-06-19Add tldap_context_[gs]etattrVolker Lendecke2-0/+81
2009-06-19s3:dmapi: prefer dmapi libs from gpfs over system libsBjörn Jacke1-4/+4
2009-06-18Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke5-8/+28
2009-06-18acl_group_override() doesn't need to call stat. Pass thisJeremy Allison1-28/+17
2009-06-18Add some const to the stat struct in the dosmode calls.Jeremy Allison8-102/+72
2009-06-18Replace the boilerplate calls to :Jeremy Allison6-270/+154
2009-06-18s3:netlogon Cope with recent rename in netlogon.idlAndrew Bartlett1-1/+1
2009-06-18Fix resource leak in lib/ldb/tools/ldbmodify.cSlava Semushin1-0/+1
2009-06-18Fix syntax error in lib/ldb/ldb_sqlite3/base160.cSlava Semushin1-1/+1
2009-06-17s3 onefs: Remove dfs resolution from create_file() now that it's being done a...Tim Prouty1-22/+1
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty23-127/+392
2009-06-17s3: Plumb smb_filename from create_file all of the way down to fd_openTim Prouty5-206/+282
2009-06-17Fix bug #6476 - more then 3000 smbd-zombies in memoryJeremy Allison1-0/+12
2009-06-17s3-net: Fix Bug #6328: support "net sam rights grant/revoke" with multiple ri...David Markey1-18/+24
2009-06-17s3/i18n: Add Russian to the list.Karolin Seeger1-1/+1
2009-06-17s3/i18n: Add Russian translation for SWAT messages.Karolin Seeger12-0/+694
2009-06-17s3-net: Fix Bug #6328: allow multiple rights in "net sam rights grant".Günther Deschner1-10/+14
2009-06-17s3/i18n: Update German SWAT translations.Karolin Seeger1-215/+239
2009-06-17s3/libsmb: Fix typo in error message.Karolin Seeger1-1/+1
2009-06-16Remove msdfs pathname processing from default create file.Jeremy Allison1-25/+0
2009-06-16Fix msdfs after the change to smb_filename struct. We must *always*Jeremy Allison5-29/+161
2009-06-16_lsa_EnumAccountRights and _lsa_EnumPrivsAccount can return anJeremy Allison1-19/+17
2009-06-16s3-netapi: Fix Bug #6451: net/libnetapi user rename using wrong access bits.Günther Deschner1-0/+2
2009-06-16s3-netapi: Fix Bug #6305. Correctly prompt for a password when a username was...Günther Deschner1-1/+5
2009-06-16s3-netapi: add NetGetJoinInformation example code.Günther Deschner2-0/+110
2009-06-15s3 onefs: Fix reading over the end of the array, because the incorrect array ...Tim Prouty1-2/+3
2009-06-15s3 onefs: Change onefs modules to use the new createfile apiTim Prouty3-43/+46
2009-06-15s3/libsmb: Fix debug message.Karolin Seeger1-1/+1
2009-06-15Do a correct TALLOC_FREE in an error caseVolker Lendecke1-1/+4
2009-06-14Remove "winbindd_request" and "winbindd_response" from winbindd_cli_stateVolker Lendecke3-11/+15
2009-06-14Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke14-240/+246
2009-06-14Remove an unused struct member in winbindd_cli_stateVolker Lendecke1-1/+0
2009-06-14Fix an error message: We get the errno in "err"Volker Lendecke1-1/+1
2009-06-14winbind: replace process_loop() by tevent_loop_once()Volker Lendecke1-68/+5