Age | Commit message (Expand) | Author | Files | Lines |
2008-01-19 | Make get_ea_value public | Volker Lendecke | 1 | -8/+15 |
2008-01-19 | Fix the build | Volker Lendecke | 1 | -0/+1 |
2008-01-19 | afs: Use talloc_stackframe() instead of talloc_init() | Kai Blin | 1 | -1/+1 |
2008-01-19 | ntlm_auth: Get rid of statics in manage_squid_ntlmssp_request | Kai Blin | 1 | -37/+50 |
2008-01-19 | ntlm_auth: Rewrite manage_client_ntlmssp_request without statics. | Kai Blin | 1 | -55/+66 |
2008-01-19 | nltm_auth: Use struct ntlm_auth_state in helper functions. | Kai Blin | 1 | -34/+40 |
2008-01-19 | ntlm_auth: Prepare for a deeper rewrite of the helper functions | Kai Blin | 1 | -4/+43 |
2008-01-19 | ntlm_auth: Dynamically allocate the read buffer. | Kai Blin | 1 | -28/+43 |
2008-01-19 | Link ndr_xattr.o with LIBNDR_GEN_OBJ | Volker Lendecke | 1 | -1/+2 |
2008-01-18 | Actually test vl's new code and make it work to fix the build farm :-). | Jeremy Allison | 1 | -8/+12 |
2008-01-18 | Always return nlink=1 for directories | Volker Lendecke | 1 | -7/+2 |
2008-01-19 | util_str: Don't return memory from talloc_tos(), use mem_ctx instead. | Kai Blin | 5 | -32/+40 |
2008-01-18 | Fix error message for new allinfo command. | Jeremy Allison | 1 | -1/+1 |
2008-01-18 | Fix typo that disabled setting group id. Thanks, Henrik. | Derrell Lipman | 1 | -1/+1 |
2008-01-18 | Revert "Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_stor... | Stefan Metzmacher | 2 | -13/+0 |
2008-01-18 | libreplace: Escape asterisk. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-18 | Try to fix the build on Tru64; avoid single quotes because they get expanded ... | Jelmer Vernooij | 1 | -1/+1 |
2008-01-18 | r26550: libreplace: fallback to __ss_family of struct sockaddr_storage | Stefan Metzmacher | 2 | -0/+29 |
2008-01-18 | r26102: libreplace: remove system/printing.h as it only contains samba3 stuff | Stefan Metzmacher | 2 | -51/+0 |
2008-01-18 | r25976: libreplace: not all platforms like _XOPEN_SOURCE=600 | Stefan Metzmacher | 1 | -2/+5 |
2008-01-18 | r25974: libreplace: see what the build-farm says if we use _XOPEN_SOURCE=600 | Stefan Metzmacher | 1 | -0/+1 |
2008-01-18 | r25971: libreplace: remove AC_EXTENSION_FLAG as it's the same as AC_N_DEFINE | Stefan Metzmacher | 2 | -15/+2 |
2008-01-18 | r25970: libreplace: fix AC_N_DEFINE() so that some appears in config.h | Stefan Metzmacher | 1 | -5/+12 |
2008-01-18 | Merge DMAPI fixes from CTDB Samba | Alexander Bokovoy | 3 | -174/+129 |
2008-01-18 | Use C99 structure initializers for netlogon_params_reg_ops. | Michael Adam | 1 | -9/+1 |
2008-01-18 | Add the "allinfo" command to smbclient | Volker Lendecke | 3 | -0/+229 |
2008-01-18 | Add a registry backend netlogon_params that replaces the former dynamic overlay. | Michael Adam | 5 | -0/+66 |
2008-01-18 | Fix typo in debug message. | Michael Adam | 1 | -1/+1 |
2008-01-18 | Fix the build w/o ADS. | Günther Deschner | 1 | -0/+4 |
2008-01-18 | Add header for NetGetJoinableOUs to libnetapi. | Günther Deschner | 1 | -0/+11 |
2008-01-18 | merged changes from v4-0-test | Andrew Tridgell | 2 | -43/+43 |
2008-01-18 | Add NetGetJoinableOUs() to libnetapi (incl. example). | Günther Deschner | 3 | -3/+309 |
2008-01-18 | Cosmetics and error string reporting for libnetapi. | Günther Deschner | 3 | -16/+114 |
2008-01-18 | Add some more debugging into netdomjoin-gui. | Günther Deschner | 1 | -4/+9 |
2008-01-18 | Fix local hostname detection in netdomjoin-gui. | Günther Deschner | 1 | -10/+27 |
2008-01-18 | Improve libnetapi_set_error_string(). | Günther Deschner | 2 | -7/+39 |
2008-01-18 | Add and correct some WERROR codes. | Michael Adam | 2 | -2/+13 |
2008-01-17 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test | Derrell Lipman | 62 | -1277/+27280 |
2008-01-17 | Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mapping | Derrell Lipman | 2 | -46/+38 |
2008-01-17 | Fix two uninitialized variables in vfs_hpuxacl.c | Volker Lendecke | 1 | -2/+2 |
2008-01-17 | Use new pidl-generated netlogon client calls in NetApi GetDcName(). | Günther Deschner | 2 | -38/+8 |
2008-01-17 | Include auto-generated client headers for netlogon/samr. | Günther Deschner | 1 | -0/+2 |
2008-01-17 | Finally enable pidl generated SAMR & NETLOGON headers and clients. | Günther Deschner | 15 | -152/+70 |
2008-01-17 | Re-run make idl to regnerated netlogon. | Günther Deschner | 2 | -10/+12 |
2008-01-17 | Add NETLOGON_GRACE_LOGON flag to netr_UserFlags. | Günther Deschner | 1 | -10/+11 |
2008-01-17 | Re-run make idl to generate SAMR output. | Günther Deschner | 8 | -1/+23360 |
2008-01-17 | Use pidl generated data from misc.idl. | Günther Deschner | 8 | -125/+306 |
2008-01-17 | Re-run make idl to regenerate netlogon output. | Günther Deschner | 7 | -598/+2264 |
2008-01-17 | Remove dependency for nbt.idl (the NBT_SERVER_* flags) in netlogon.idl. | Günther Deschner | 1 | -9/+9 |
2008-01-17 | Remove samba4 specifi struct server_id from misc.idl. | Günther Deschner | 1 | -6/+0 |