summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
Conflicts: source4/Makefile
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
both Samba 3 and Samba 4.
2008-10-11Provide the same set of helper functions for DEBUG in Samba 3 and SambaJelmer Vernooij8-35/+54
4, even though the macros are still different. This makes it possible to use object code compiled with one DEBUG() macro from the other sourceX directory.
2008-10-11Make sure to allocate copy for arc4 data, to avoid problems freeingJelmer Vernooij1-1/+1
later.
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
Jeremy.
2008-10-10Ensure we do reinit_after_fork().Jeremy Allison1-0/+5
Jeremy.
2008-10-10Allow data flow to be debugged and only log on error. All seems ok now.Jeremy Allison1-8/+40
Jeremy.
2008-10-10Async is trickier than it looks :-). Don't use a stack variable for a ↵Jeremy Allison1-6/+18
private data ptr. Jeremy.
2008-10-10If you have a large number of cups printers, then scanning for print info ↵Jeremy Allison6-34/+267
can cause a client to timeout (it takes longer than 30 seconds to enumerate them). Make scanning for printers async with a callback from the main loop. This fixes a bug that was irritating *me* :-). Jeremy.
2008-10-10pam_winbind: document mkhomedir option.Günther Deschner1-0/+8
Guenther
2008-10-10pam_winbind: re-add mkhomedir option.Günther Deschner3-3/+136
Guenther
2008-10-10pam_winbind: remove unused pam_winbind_request().Günther Deschner1-47/+0
Guenther
2008-10-10pam_winbind: fix wbc_auth_error_to_pam_error().Günther Deschner1-18/+14
Guenther
2008-10-10pam_winbind: remove some unused macros.Günther Deschner1-47/+0
Guenther
2008-10-10pam_winbind: remove NETLOGON_CACHED_ACCOUNT and NETLOGON_GRACE_LOGON.Günther Deschner1-7/+2
Guenther
2008-10-10pam_winbind: remove ACB_PWNOEXP.Günther Deschner2-4/+2
Guenther
2008-10-10pam_winbind: use libwbclient for WINBINDD_PAM_AUTH.Günther Deschner1-116/+251
Guenther
2008-10-10pam_winbind: use libwbclient for WINBINDD_PAM_LOGOFF.Günther Deschner1-19/+56
Guenther
2008-10-10pam_winbind: use libwbclient for WINBINDD_PAM_CHAUTHTOK.Günther Deschner2-81/+71
Guenther
2008-10-10pam_winbind: use libwbclient for WINBINDD_LOOKUPNAME/LOOKUPSID.Günther Deschner1-51/+23
Guenther
2008-10-10pam_winbind: use libwbclient for WINBINDD_INFO.Günther Deschner1-9/+12
Guenther
2008-10-10pam_winbind: use libwbclient for WINBINDD_GETPWNAM.Günther Deschner1-15/+11
Guenther
2008-10-10pam_winbind: add _pam_check_remark_auth_err().Günther Deschner1-0/+41
Guenther
2008-10-10pam_winbind: add wbc_auth_error_to_pam_error().Günther Deschner1-8/+45
Guenther
2008-10-10pam_winbind: add wbc_error_to_pam_error().Günther Deschner1-0/+36
Guenther
2008-10-10pam_winbind: prepare to use libwbclient inside pam_winbind.Günther Deschner2-2/+3
Guenther
2008-10-10pam_winbind: convert to use talloc.Günther Deschner3-59/+58
Guenther
2008-10-10libwbclient: add wbcLogonUser().Günther Deschner2-0/+228
Guenther
2008-10-10libwbclient: add wbcLogoffUserEx().Günther Deschner2-0/+108
Guenther
2008-10-10libwbclient: add wbcAddNamedBlob.Günther Deschner2-1/+54
Guenther
2008-10-10libwbclient: add wbcBlob and wbcNamedBlob.Günther Deschner1-0/+19
Guenther
2008-10-10libwbclient: fix wbcAuthenticateUserEx() to not ignore provided flags field.Günther Deschner1-0/+5
Guenther
2008-10-10Use const.Jelmer Vernooij1-5/+5
2008-10-10Fix executability of samba3-srv.Jelmer Vernooij2-3/+0
2008-10-10krb5_locator: use wbcLookupDomainControllerEx() for query.Günther Deschner2-24/+21
Guenther
2008-10-09remove common lib object files on make cleanlib from source3Tim Prouty1-0/+4
source4 already cleans up the object files on make clean. This patch modifies source3 to also do this.
2008-10-09Add support for autogen to take a --version-file argumentTim Prouty2-2/+26
2008-10-09Ensure we handle signals correctly during the async calls.Jeremy Allison1-2/+2
Jeremy.
2008-10-09Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison20-107/+68
Jeremy.
2008-10-09Make use of ZERO_STRUCT (the first memset was actually wrong)Volker Lendecke1-3/+3
2008-10-09mount.cifs: make return codes match the return codes for /bin/mount (try #3)Jeff Layton1-36/+46
The manpage for /bin/mount specifies that the return code should be a positive integer (actually, it's a bitfield). Clean up the return codes from mount.cifs to make them match the expected return values from /bin/mount. This necessary for proper integration with autofs. This is the third attempt at this patch. The changes here are minor, just changing some return's from main() into exit() calls for consistency's sake. Signed-off-by: Jeff Layton <jlayton@redhat.com>
2008-10-09mount.cifs: have uppercase_string return success on NULL pointerJeff Layton1-2/+2
We currently don't attempt to uppercase the device portion of the mount string if there isn't a prefixpath. Fix that by making uppercase_string return success without doing anything on a NULL pointer. Signed-off-by: Jeff Layton <jlayton@redhat.com>
2008-10-09wbclient: add wbcLookupDomainControllerEx call.Günther Deschner2-1/+159
Guenther