summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 6673 - smbpasswd does not work with "unix password sync = yes".Jeremy Allison2009-09-065-22/+30
* s3:winbind: Convert WINBINDD_SET_HWM to the new APIVolker Lendecke2009-09-0715-128/+454
* s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new APIVolker Lendecke2009-09-0715-108/+488
* s3:winbind: Convert WINBINDD_SET_MAPPING to the new APIVolker Lendecke2009-09-0715-106/+538
* s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new APIVolker Lendecke2009-09-0715-76/+451
* s3:smbd: Add the ntstatus to the smb_panic in share_mode_lock_destructorVolker Lendecke2009-09-071-2/+18
* Tell newbie devs about ./configure.developerRusty Russell2009-09-061-1/+1
* Check we read off the compelte event from inotifySimo Sorce2009-09-051-2/+8
* Save and report the correct errno value.Simo Sorce2009-09-051-8/+12
* s3:winbind: Use fstr_sprintf, it is simpler than talloc_asprintf->fstrcpyVolker Lendecke2009-09-051-8/+5
* s3:winbind: Remove pointless <cond> ? true : false;Volker Lendecke2009-09-051-4/+4
* s3:winbind: Make the pam_auth subfunctions staticVolker Lendecke2009-09-052-18/+9
* s3:libsmb: Convert (state->received) to (state->received != 0)Volker Lendecke2009-09-051-1/+1
* s3:winbind: Fix Coverity ID 933: FORWARD_NULLVolker Lendecke2009-09-041-0/+1
* s3:smbd: Fix Coverity ID 937, REVERSE_INULLVolker Lendecke2009-09-041-2/+2
* s3:winbind: Fix Coverity ID 940: Resource LeakVolker Lendecke2009-09-041-0/+1
* s3-ntlm_auth: fix two segfaults in diagnostics mode.Günther Deschner2009-09-041-2/+2
* Hopefully last part of the fix for bug 6651 - smbd SIGSEGV when breaking oplo...Jeremy Allison2009-09-031-2/+2
* s3:libsmb: Attempt to fix bug 6665Volker Lendecke2009-09-031-0/+6
* s3-net: allow to exit "net rpc sh" with "q" as well.Günther Deschner2009-09-021-1/+3
* s3-netlogon: use WERRORs in NETLOGON_INFO structures.Günther Deschner2009-09-021-60/+20
* Do not redefine struprMatt Kraai2009-09-022-0/+3
* s3-pdb_ldap: Fix bug #4296: Clean up group membership while deleting a user.Günther Deschner2009-09-021-0/+46
* s3-netlogon: implement _netr_ServerPasswordSet2.Günther Deschner2009-09-021-11/+55
* s3-netlogon: rework _netr_ServerPasswordSet.Günther Deschner2009-09-021-62/+123
* s3-netlogon: implement _netr_LogonSamLogonWithFlags().Günther Deschner2009-09-021-18/+40
* s3-smbpasswd: Fix Bug #6584: allow DOM\user when changing passwords remotely.Simo Sorce2009-09-021-3/+16
* s3: Fix libtalloc so versionSimo Sorce2009-08-301-1/+1
* s3:winbind: Fix bug 5626Volker Lendecke2009-08-303-29/+23
* w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new APIVolker Lendecke2009-08-3016-40/+474
* w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new APIVolker Lendecke2009-08-3016-40/+488
* s3:winbind: Convert WINBINDD_LIST_GROUPS to the new APIVolker Lendecke2009-08-298-317/+215
* s3:winbind: Convert WINBINDD_LIST_USERS to the new APIVolker Lendecke2009-08-295-7/+214
* s3:nsstest: Fix a very confusing behaviour in nsstestVolker Lendecke2009-08-291-2/+2
* s3:winbind: add a fake NDR winbind cache validatorVolker Lendecke2009-08-291-0/+11
* s3:winbind: Convert the getgrent functions to the new APIVolker Lendecke2009-08-297-1038/+335
* s3:winbind: Add a comment about fill_grent_mem_domusers...Volker Lendecke2009-08-291-0/+4
* s3:winbind: Add some missing error checksVolker Lendecke2009-08-292-0/+6
* s3:winbind: Fix a typoVolker Lendecke2009-08-291-1/+1
* s3:winbind: Add async wb_next_grentVolker Lendecke2009-08-294-0/+194
* s3:winbind: Add async QueryGroupListVolker Lendecke2009-08-299-4/+391
* w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new APIVolker Lendecke2009-08-2916-100/+623
* s3:winbind: Convert the GETDCNAME routines to the new APIVolker Lendecke2009-08-295-22/+98
* s3:winbind: Add async wb_dsgetdcnameVolker Lendecke2009-08-293-0/+125
* s3:winbind: Convert winbindd_dsgetdcname to the new APIVolker Lendecke2009-08-295-117/+208
* s3:winbind: Add an async dsgetdcname callVolker Lendecke2009-08-299-3/+565
* s3:winbind: Convert the GETPWENT routines to the new APIVolker Lendecke2009-08-298-385/+281
* s3:winbind: Add async next_pwentVolker Lendecke2009-08-294-0/+164
* s3:winbind: Add async fill_pwentVolker Lendecke2009-08-293-0/+163
* s3:winbind: Add async query_user_listVolker Lendecke2009-08-2912-5/+547