summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-01-19Add "split_ntfs_stream_name()" together with a torture testVolker Lendecke3-0/+162
2008-01-19Add an error mapping for ENOATTRVolker Lendecke1-0/+3
2008-01-19Add the STREAMINFO vfs callVolker Lendecke4-13/+171
2008-01-19Use SAFE_FREE instead of freeVolker Lendecke1-1/+2
2008-01-19Tiny memory leak in lib/version.cCorinna Vinschen1-0/+1
2008-01-19Fix error return in xattr_tdb_load_attrsVolker Lendecke1-1/+1
2008-01-19The remote storage op is goneVolker Lendecke1-1/+1
2008-01-19Add get_ea_names_from_file to sanely list posix xattrsVolker Lendecke1-49/+142
2008-01-19Make get_ea_value publicVolker Lendecke1-8/+15
2008-01-19Fix the buildVolker Lendecke1-0/+1
2008-01-19afs: Use talloc_stackframe() instead of talloc_init()Kai Blin1-1/+1
2008-01-19ntlm_auth: Get rid of statics in manage_squid_ntlmssp_requestKai Blin1-37/+50
2008-01-19ntlm_auth: Rewrite manage_client_ntlmssp_request without statics.Kai Blin1-55/+66
2008-01-19nltm_auth: Use struct ntlm_auth_state in helper functions.Kai Blin1-34/+40
2008-01-19ntlm_auth: Prepare for a deeper rewrite of the helper functionsKai Blin1-4/+43
2008-01-19ntlm_auth: Dynamically allocate the read buffer.Kai Blin1-28/+43
2008-01-19Link ndr_xattr.o with LIBNDR_GEN_OBJVolker Lendecke1-1/+2
2008-01-18Actually test vl's new code and make it work to fix the build farm :-).Jeremy Allison1-8/+12
2008-01-18Always return nlink=1 for directoriesVolker Lendecke1-7/+2
2008-01-19util_str: Don't return memory from talloc_tos(), use mem_ctx instead.Kai Blin5-32/+40
2008-01-18Fix error message for new allinfo command.Jeremy Allison1-1/+1
2008-01-18Fix typo that disabled setting group id. Thanks, Henrik.Derrell Lipman1-1/+1
2008-01-18Revert "Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_stor...Stefan Metzmacher2-13/+0
2008-01-18libreplace: Escape asterisk.Jelmer Vernooij1-1/+1
2008-01-18Try to fix the build on Tru64; avoid single quotes because they get expanded ...Jelmer Vernooij1-1/+1
2008-01-18r26550: libreplace: fallback to __ss_family of struct sockaddr_storageStefan Metzmacher2-0/+29
2008-01-18r26102: libreplace: remove system/printing.h as it only contains samba3 stuffStefan Metzmacher2-51/+0
2008-01-18r25976: libreplace: not all platforms like _XOPEN_SOURCE=600Stefan Metzmacher1-2/+5
2008-01-18r25974: libreplace: see what the build-farm says if we use _XOPEN_SOURCE=600Stefan Metzmacher1-0/+1
2008-01-18r25971: libreplace: remove AC_EXTENSION_FLAG as it's the same as AC_N_DEFINEStefan Metzmacher2-15/+2
2008-01-18r25970: libreplace: fix AC_N_DEFINE() so that some appears in config.hStefan Metzmacher1-5/+12
2008-01-18Use C99 structure initializers for netlogon_params_reg_ops.Michael Adam1-9/+1
2008-01-18Add the "allinfo" command to smbclientVolker Lendecke3-0/+229
2008-01-18Add a registry backend netlogon_params that replaces the former dynamic overlay.Michael Adam5-0/+66
2008-01-18Fix typo in debug message.Michael Adam1-1/+1
2008-01-18Fix the build w/o ADS.Günther Deschner1-0/+4
2008-01-18Add header for NetGetJoinableOUs to libnetapi.Günther Deschner1-0/+11
2008-01-18merged changes from v4-0-testAndrew Tridgell2-43/+43
2008-01-18Add NetGetJoinableOUs() to libnetapi (incl. example).Günther Deschner3-3/+309
2008-01-18Cosmetics and error string reporting for libnetapi.Günther Deschner3-16/+114
2008-01-18Add some more debugging into netdomjoin-gui.Günther Deschner1-4/+9
2008-01-18Fix local hostname detection in netdomjoin-gui.Günther Deschner1-10/+27
2008-01-18Improve libnetapi_set_error_string().Günther Deschner2-7/+39
2008-01-18Add and correct some WERROR codes.Michael Adam2-2/+13
2008-01-17Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testDerrell Lipman62-1277/+27280
2008-01-17Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mappingDerrell Lipman2-46/+38
2008-01-17Fix two uninitialized variables in vfs_hpuxacl.cVolker Lendecke1-2/+2
2008-01-17Use new pidl-generated netlogon client calls in NetApi GetDcName().Günther Deschner2-38/+8
2008-01-17Include auto-generated client headers for netlogon/samr.Günther Deschner1-0/+2
2008-01-17Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner15-152/+70