summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3-passdb: fix uninitialized variable in local_password_change().Günther Deschner2009-05-291-1/+1
* Consolidate create/delete account paths in pdbeditSimo Sorce2009-05-293-258/+325
* Consolidate user create/delete paths in smbpasswdSimo Sorce2009-05-292-174/+194
* s4-smbtorture: add very basic LIBNETAPI testsuite.Günther Deschner2009-05-291-0/+1
* s3-selftest: enable LOCAL-NSS-WRAPPER test against samba 3.Günther Deschner2009-05-291-1/+3
* util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.Günther Deschner2009-05-294-56/+1
* s3-netlogon: Fix _netr_LogonSamLogon{Ex} with validation level != 3.Günther Deschner2009-05-291-6/+7
* s3-netlogon: return proper error code for unsupported validation class.Günther Deschner2009-05-291-1/+1
* s3-rpc_server: increase max number of open policy handles per pipe to 2048.Günther Deschner2009-05-291-1/+1
* s3/getdcname: Fix 'net' crash.Kumar Thangavelu2009-05-291-2/+2
* Make cli_posix_chown()/cli_posix_chmod() async.Jeremy Allison2009-05-283-51/+233
* s3 onefs: update the onefs module to be compliant with stat_exTim Prouty2009-05-288-77/+192
* s3: Fix a few more users of stat to use stat_exTim Prouty2009-05-281-10/+10
* s3 tdbtorture: Fix linking issueTim Prouty2009-05-281-1/+1
* Make cli_posix_stat() async.Jeremy Allison2009-05-283-55/+154
* s3/auth map NULL domains to our global sam nameSteven Danneman2009-05-281-9/+3
* Make getfacl async.Jeremy Allison2009-05-283-47/+145
* s3: fix building of pam_smbpass.Bo Yang2009-05-291-0/+14
* s3-winbindd: fix remaining callers of sid_binstring().Günther Deschner2009-05-282-4/+4
* Fix some nonempty blank linesVolker Lendecke2009-05-281-17/+17
* s3:nmbd: fix typoBjörn Jacke2009-05-281-1/+1
* Make sid_binstring & friends take a talloc contextVolker Lendecke2009-05-287-29/+30
* TALLOC_ZERO_P->talloc_zeroVolker Lendecke2009-05-281-1/+2
* Do not segfault in pdb_search_destructor if no real search was startedVolker Lendecke2009-05-281-1/+2
* Add smbldap_pull_sidVolker Lendecke2009-05-283-13/+23
* s3-selftest: use nss_wrapper.pl as "add user to group" and "delete user from ...Günther Deschner2009-05-281-5/+7
* Add a smbclient "readlink" command and add docs for it.Jeremy Allison2009-05-271-0/+49
* Add cli_posix_readlink() and a torture test for it.Jeremy Allison2009-05-273-2/+207
* Add aync POSIX hardlink and symlink and torture test for them.Jeremy Allison2009-05-274-157/+391
* s3:idmap_ldap: filter out of range mappings in default idmap configMichael Adam2009-05-281-16/+55
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-279-25/+35
* s3: zero an uninitialized arrayMarc VanHeyningen2009-05-271-1/+4
* s3:idmap: fix a comment typoMichael Adam2009-05-271-1/+1
* s3:idmap_tdb2: filter out of range mappings in default idmap configMichael Adam2009-05-271-12/+49
* s3:idmap_tdb: add an entry debug statment to idmap_tdb_db_init()Michael Adam2009-05-271-0/+2
* s3:idmap_tdb: filter out of range mappings in default idmap configMichael Adam2009-05-271-16/+57
* s3: make passdb backend defaults to tdbsamBjörn Jacke2009-05-271-1/+1
* Fix the build of nfs4_acls.cVolker Lendecke2009-05-271-1/+2
* Fix a size_t/int warningVolker Lendecke2009-05-271-1/+1
* Fix some nonempty blank linesVolker Lendecke2009-05-271-14/+13
* Gna, how long do I program in C now??? :-)Volker Lendecke2009-05-271-2/+2
* Attempt to fix the build on HP/UXVolker Lendecke2009-05-262-0/+12
* Attempt to fix the build on NetBSDVolker Lendecke2009-05-263-6/+9
* Revert "s3: fix build on systems with struct stat member st_flags"Björn Jacke2009-05-261-3/+0
* s3: fix build on systems with struct stat member st_flagsBjörn Jacke2009-05-261-0/+3
* Fix some nonempty blank linesVolker Lendecke2009-05-261-28/+27
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-2653-768/+768
* s3:smbd: remove unused global 'orig_inbuf'Stefan Metzmacher2009-05-262-2/+0
* s3:pam_smbpass: don't call openlog() or closelog() from pam_smbpassBjörn Jacke2009-05-265-80/+104
* s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connectionStefan Metzmacher2009-05-265-28/+30