summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3-passdb: fix uninitialized variable in local_password_change().Günther Deschner2009-06-111-1/+1
* Further fix for 6449Volker Lendecke2009-06-111-1/+1
* Fix bug 6449Volker Lendecke2009-06-111-1/+1
* s3/passdb: Fix debug message: 'net setmaxrid' does not exist.Karolin Seeger2009-06-111-2/+2
* s3: correct check for usleep value boundariesBjörn Jacke2009-06-111-1/+1
* Make it possible to change machine account sidsSimo Sorce2009-06-111-40/+171
* Consolidate user create/delete paths in smbpasswdSimo Sorce2009-06-112-174/+194
* s3:pdbedit: fix "format not a string literal and no format arguments" warningsMichael Adam2009-06-111-2/+2
* Consolidate create/delete account paths in pdbeditSimo Sorce2009-06-113-258/+325
* Remove a silly checkVolker Lendecke2009-06-111-7/+0
* s3/getdcname: Fix 'net' crash.Kumar Thangavelu2009-06-021-2/+2
* s3-selftest: use nss_wrapper.pl as "add user to group" and "delete user from ...Günther Deschner2009-06-021-5/+7
* Fix bug #6419 - smbclient -L 127.0.0.1" displays "netbios name" instead of "w...Jeremy Allison2009-06-021-3/+26
* s3: make passdb backend defaults to tdbsamBjörn Jacke2009-06-021-1/+1
* Fix bug #6421 - POSIX read-only open fails on read-only shares.Jeremy Allison2009-06-022-8/+12
* Simplify the dropbox patchJeremy Allison2009-06-021-5/+10
* Re-Add the "dropbox" functionality with -wx rights on a directoryVolker Lendecke2009-06-021-3/+3
* s3-netlogon: Fix _netr_LogonSamLogon{Ex} with validation level != 3.Günther Deschner2009-06-021-6/+7
* s3-netlogon: return proper error code for unsupported validation class.Günther Deschner2009-06-021-1/+1
* s3-rpc_server: increase max number of open policy handles per pipe to 2048.Günther Deschner2009-06-021-1/+1
* s3/VERSION: Raise version number up to 3.4.0pre2.Karolin Seeger2009-05-291-1/+1
* Fix uninitialized variable use caught by valgrind.Jeremy Allison2009-05-291-1/+1
* s3/auth map NULL domains to our global sam nameSteven Danneman2009-05-291-9/+3
* s3:idmap_ldap: filter out of range mappings in default idmap configMichael Adam2009-05-291-16/+55
* s3:idmap: fix a comment typoMichael Adam2009-05-291-1/+1
* s3:idmap_tdb2: filter out of range mappings in default idmap configMichael Adam2009-05-291-12/+49
* s3:idmap_tdb: filter out of range mappings in default idmap configMichael Adam2009-05-291-16/+57
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-299-25/+35
* s3: zero an uninitialized arrayMarc VanHeyningen2009-05-291-1/+4
* s3:dbwrap_tool: add listkeys operationMichael Adam2009-05-271-2/+45
* s3:dbwrap_tool: remove superfluous command mappingMichael Adam2009-05-271-1/+0
* s3:dbwrap_tool: add "erase" opearationMichael Adam2009-05-271-6/+42
* s3:pam_smbpass: don't call openlog() or closelog() from pam_smbpassBjörn Jacke2009-05-275-80/+104
* net: Use samba default command line arguments.Kai Blin2009-05-2611-209/+135
* source3/utils/log2pcaphex.c(main): fixed file descriptors leak.Slava Semushin2009-05-261-0/+8
* source{3,4}/torture/smbiconv.c(main): fixed file descriptor leak.Slava Semushin2009-05-261-0/+1
* s3-selftest: fix typo.Günther Deschner2009-05-261-2/+2
* s3:winbind:idmap_ldap: warn about duplicate SID->XID mappings (bug #6387)Michael Adam2009-05-261-2/+11
* s3:winbind:idmap_ldap: warn about duplicate XID->SID mappings (bug #6387)Michael Adam2009-05-261-0/+8
* s3-samr: Fix Bug #6372, usermanager only displaying 1024 groups and aliases.Günther Deschner2009-05-261-0/+12
* s3-selftest: enable RPC-SAMR-LARGE-DC against Samba3.Günther Deschner2009-05-261-1/+1
* s3-pamsmbpass: copy _pam_get_item and _pam_get_data from pam_winbind.Günther Deschner2009-05-264-15/+42
* s3-rpcclient: use get_domain_handle() fn in enum domain users & groups.Günther Deschner2009-05-261-12/+10
* Attempt to fix a debian build problemVolker Lendecke2009-05-261-1/+1
* Fix a race condition in winbind leading to a panicVolker Lendecke2009-05-261-0/+1
* Ensure we return NT_STATUS_FILE_IS_A_DIRECTORY on a posix open on aJeremy Allison2009-05-261-1/+1
* Test that POSIX open of a directory returns NT_STATUS_FILE_IS_A_DIRECTORY (ER...Jeremy Allison2009-05-261-0/+12
* s3:winbind:idmap_ldap: fix a crash bug in idmap_ldap_unixids_to_sids (#6387)Michael Adam2009-05-261-1/+1
* Don't steal when we know the ptr will be null. Thanks to Simo forJeremy Allison2009-05-261-2/+1
* Revert the last two commits (fix for #6386). The actual problemJeremy Allison2009-05-261-7/+9