summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the buildVolker Lendecke2008-01-191-0/+1
* afs: Use talloc_stackframe() instead of talloc_init()Kai Blin2008-01-191-1/+1
* ntlm_auth: Get rid of statics in manage_squid_ntlmssp_requestKai Blin2008-01-191-37/+50
* ntlm_auth: Rewrite manage_client_ntlmssp_request without statics.Kai Blin2008-01-191-55/+66
* nltm_auth: Use struct ntlm_auth_state in helper functions.Kai Blin2008-01-191-34/+40
* ntlm_auth: Prepare for a deeper rewrite of the helper functionsKai Blin2008-01-191-4/+43
* ntlm_auth: Dynamically allocate the read buffer.Kai Blin2008-01-191-28/+43
* Link ndr_xattr.o with LIBNDR_GEN_OBJVolker Lendecke2008-01-191-1/+2
* Actually test vl's new code and make it work to fix the build farm :-).Jeremy Allison2008-01-181-8/+12
* Always return nlink=1 for directoriesVolker Lendecke2008-01-181-7/+2
* util_str: Don't return memory from talloc_tos(), use mem_ctx instead.Kai Blin2008-01-195-32/+40
* Fix error message for new allinfo command.Jeremy Allison2008-01-181-1/+1
* Fix typo that disabled setting group id. Thanks, Henrik.Derrell Lipman2008-01-181-1/+1
* Revert "Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_stor...Stefan Metzmacher2008-01-182-13/+0
* libreplace: Escape asterisk.Jelmer Vernooij2008-01-181-1/+1
* Try to fix the build on Tru64; avoid single quotes because they get expanded ...Jelmer Vernooij2008-01-181-1/+1
* r26550: libreplace: fallback to __ss_family of struct sockaddr_storageStefan Metzmacher2008-01-182-0/+29
* r26102: libreplace: remove system/printing.h as it only contains samba3 stuffStefan Metzmacher2008-01-182-51/+0
* r25976: libreplace: not all platforms like _XOPEN_SOURCE=600Stefan Metzmacher2008-01-181-2/+5
* r25974: libreplace: see what the build-farm says if we use _XOPEN_SOURCE=600Stefan Metzmacher2008-01-181-0/+1
* r25971: libreplace: remove AC_EXTENSION_FLAG as it's the same as AC_N_DEFINEStefan Metzmacher2008-01-182-15/+2
* r25970: libreplace: fix AC_N_DEFINE() so that some appears in config.hStefan Metzmacher2008-01-181-5/+12
* Use C99 structure initializers for netlogon_params_reg_ops.Michael Adam2008-01-181-9/+1
* Add the "allinfo" command to smbclientVolker Lendecke2008-01-183-0/+229
* Add a registry backend netlogon_params that replaces the former dynamic overlay.Michael Adam2008-01-185-0/+66
* Fix typo in debug message.Michael Adam2008-01-181-1/+1
* Fix the build w/o ADS.Günther Deschner2008-01-181-0/+4
* Add header for NetGetJoinableOUs to libnetapi.Günther Deschner2008-01-181-0/+11
* merged changes from v4-0-testAndrew Tridgell2008-01-182-43/+43
* Add NetGetJoinableOUs() to libnetapi (incl. example).Günther Deschner2008-01-183-3/+309
* Cosmetics and error string reporting for libnetapi.Günther Deschner2008-01-183-16/+114
* Add some more debugging into netdomjoin-gui.Günther Deschner2008-01-181-4/+9
* Fix local hostname detection in netdomjoin-gui.Günther Deschner2008-01-181-10/+27
* Improve libnetapi_set_error_string().Günther Deschner2008-01-182-7/+39
* Add and correct some WERROR codes.Michael Adam2008-01-182-2/+13
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testDerrell Lipman2008-01-1762-1277/+27280
|\
| * Fix two uninitialized variables in vfs_hpuxacl.cVolker Lendecke2008-01-171-2/+2
| * Use new pidl-generated netlogon client calls in NetApi GetDcName().Günther Deschner2008-01-172-38/+8
| * Include auto-generated client headers for netlogon/samr.Günther Deschner2008-01-171-0/+2
| * Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2008-01-1715-152/+70
| * Re-run make idl to regnerated netlogon.Günther Deschner2008-01-172-10/+12
| * Add NETLOGON_GRACE_LOGON flag to netr_UserFlags.Günther Deschner2008-01-171-10/+11
| * Re-run make idl to generate SAMR output.Günther Deschner2008-01-178-1/+23360
| * Use pidl generated data from misc.idl.Günther Deschner2008-01-178-125/+306
| * Re-run make idl to regenerate netlogon output.Günther Deschner2008-01-177-598/+2264
| * Remove dependency for nbt.idl (the NBT_SERVER_* flags) in netlogon.idl.Günther Deschner2008-01-171-9/+9
| * Remove samba4 specifi struct server_id from misc.idl.Günther Deschner2008-01-171-6/+0
| * Import recent misc.idl from Samba4.Günther Deschner2008-01-171-1/+5
| * Add samba3 [out,ref] pointer massage to samr&netlogon idl.Günther Deschner2008-01-172-93/+94
| * Import recent netlogon and samr IDL from samba4.Günther Deschner2008-01-172-136/+430