summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij19-612/+154
2008-10-11Add some simple tests for lib/util/time.cJelmer Vernooij3-0/+77
2008-10-11Make sure x_fdup compiles on Samba 4.Jelmer Vernooij2-2/+3
2008-10-11Support "make test-X" to run all tests that match regex X.Jelmer Vernooij1-0/+3
2008-10-11Use xfile from common lib/util in Samba 3.Jelmer Vernooij3-419/+31
2008-10-11Remove duplicate copy of dlinklist.h.Jelmer Vernooij3-115/+2
2008-10-11Fix merged build locations.Jelmer Vernooij1-7/+7
2008-10-11Fix include, clean up .o files in ../lib and ../libcliJelmer Vernooij2-2/+2
2008-10-11Clean up properly.Jelmer Vernooij3-2/+4
2008-10-11Fix libutil path.Jelmer Vernooij1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij142-151/+151
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij65-33/+33
2008-10-11Provide malloc_array() in Samba 4.Jelmer Vernooij1-0/+9
2008-10-11Use data_blob() for now, since it seems to be the only function available in ...Jelmer Vernooij1-1/+1
2008-10-11Provide the same set of helper functions for DEBUG in Samba 3 and SambaJelmer Vernooij8-35/+54
2008-10-11Make sure to allocate copy for arc4 data, to avoid problems freeingJelmer Vernooij1-1/+1
2008-10-11Prevent errors with data_blob() being a macro in s4 and function in s3.Jelmer Vernooij1-1/+1
2008-10-11Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij374-13646/+16534
2008-10-11Make use of talloc_tos()Volker Lendecke1-2/+2
2008-10-11Fix some nonempty blank linesVolker Lendecke2-23/+23
2008-10-11Fix a "nexted extern declaration" warningVolker Lendecke1-1/+1
2008-10-10Initialize near creation of resource. Makes code clearer.Jeremy Allison1-0/+2
2008-10-10Ensure we do reinit_after_fork().Jeremy Allison1-0/+5
2008-10-10Allow data flow to be debugged and only log on error. All seems ok now.Jeremy Allison1-8/+40
2008-10-10Async is trickier than it looks :-). Don't use a stack variable for a private...Jeremy Allison1-6/+18
2008-10-10If you have a large number of cups printers, then scanning for print info can...Jeremy Allison6-34/+267
2008-10-10pam_winbind: document mkhomedir option.Günther Deschner1-0/+8
2008-10-10pam_winbind: re-add mkhomedir option.Günther Deschner3-3/+136
2008-10-10pam_winbind: remove unused pam_winbind_request().Günther Deschner1-47/+0
2008-10-10pam_winbind: fix wbc_auth_error_to_pam_error().Günther Deschner1-18/+14
2008-10-10pam_winbind: remove some unused macros.Günther Deschner1-47/+0
2008-10-10pam_winbind: remove NETLOGON_CACHED_ACCOUNT and NETLOGON_GRACE_LOGON.Günther Deschner1-7/+2
2008-10-10pam_winbind: remove ACB_PWNOEXP.Günther Deschner2-4/+2
2008-10-10pam_winbind: use libwbclient for WINBINDD_PAM_AUTH.Günther Deschner1-116/+251
2008-10-10pam_winbind: use libwbclient for WINBINDD_PAM_LOGOFF.Günther Deschner1-19/+56
2008-10-10pam_winbind: use libwbclient for WINBINDD_PAM_CHAUTHTOK.Günther Deschner2-81/+71
2008-10-10pam_winbind: use libwbclient for WINBINDD_LOOKUPNAME/LOOKUPSID.Günther Deschner1-51/+23
2008-10-10pam_winbind: use libwbclient for WINBINDD_INFO.Günther Deschner1-9/+12
2008-10-10pam_winbind: use libwbclient for WINBINDD_GETPWNAM.Günther Deschner1-15/+11
2008-10-10pam_winbind: add _pam_check_remark_auth_err().Günther Deschner1-0/+41
2008-10-10pam_winbind: add wbc_auth_error_to_pam_error().Günther Deschner1-8/+45
2008-10-10pam_winbind: add wbc_error_to_pam_error().Günther Deschner1-0/+36
2008-10-10pam_winbind: prepare to use libwbclient inside pam_winbind.Günther Deschner2-2/+3
2008-10-10pam_winbind: convert to use talloc.Günther Deschner3-59/+58
2008-10-10libwbclient: add wbcLogonUser().Günther Deschner2-0/+228
2008-10-10libwbclient: add wbcLogoffUserEx().Günther Deschner2-0/+108
2008-10-10libwbclient: add wbcAddNamedBlob.Günther Deschner2-1/+54
2008-10-10libwbclient: add wbcBlob and wbcNamedBlob.Günther Deschner1-0/+19
2008-10-10libwbclient: fix wbcAuthenticateUserEx() to not ignore provided flags field.Günther Deschner1-0/+5
2008-10-10Use const.Jelmer Vernooij1-5/+5