summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* packaging(RHEL-CTDB): explicitly build the gpfs moduleMichael Adam2008-12-102-2/+2
* packaging(RHEL-CTDB): adapt configure.rpm to changes to the spec fileMichael Adam2008-12-101-22/+44
* Move the doxygen comments of wbclient to the header file.Andreas Schneider2008-12-108-455/+524
* Revert "Fix some merge omissions for GPFS"Volker Lendecke2008-12-103-60/+30
* Revert "Fix nonempty blank lines in vfs_gpfs.c"Volker Lendecke2008-12-101-50/+55
* Revert "Make use of smbd_gpfs_get_realfilename_path in unix_convert"Volker Lendecke2008-12-102-86/+0
* Revert "Also search for -lgpfs which is available as GPL in GPFS PTF8"Volker Lendecke2008-12-101-14/+0
* Revert "Fix the build"Volker Lendecke2008-12-102-4/+9
* Fix the buildVolker Lendecke2008-12-102-9/+4
* Also search for -lgpfs which is available as GPL in GPFS PTF8Volker Lendecke2008-12-101-0/+14
* Make use of smbd_gpfs_get_realfilename_path in unix_convertVolker Lendecke2008-12-102-0/+86
* Fix nonempty blank lines in vfs_gpfs.cVolker Lendecke2008-12-101-55/+50
* Fix some merge omissions for GPFSVolker Lendecke2008-12-103-30/+60
* Pass the get_real_filename operation through the VFSVolker Lendecke2008-12-104-4/+24
* Change get_real_filename() to unix syscall conventions, make it non-staticVolker Lendecke2008-12-101-13/+14
* Apply some constVolker Lendecke2008-12-101-2/+2
* Rename "scan_directory" to "get_real_filename"Volker Lendecke2008-12-101-12/+12
* s4-smbtorture: skip ServerGetTrustInfo for samba4.Günther Deschner2008-12-101-0/+1
* s3-netlogon: fix netlogon server build.Günther Deschner2008-12-102-4/+4
* s3-build: re-run make samba3-idl.Günther Deschner2008-12-107-33/+427
* s4-smbtorture: add simple netr_ServerGetTrustInfo test.Günther Deschner2008-12-101-0/+42
* s4-netlogon: fix the build of netlogon server.Günther Deschner2008-12-101-4/+4
* netlogon: fill in netr_ServerGetTrustInfo IDL.Günther Deschner2008-12-101-1/+19
* Add AD schema from Microsoft's WSPP documentation.Andrew Bartlett2008-12-103-0/+19124
* s3: [3/3]: Fix a delete on close divergence from windows and the associated t...Tim Prouty2008-12-096-57/+6
* s4: [2/3] Fix a delete on close divergence from windows and the associated to...Tim Prouty2008-12-091-5/+18
* s3: [1/3] Fix a delete on close divergence from windows and the associated to...Tim Prouty2008-12-091-4/+2
* s4-samr: Fix Bug #5946. userparameters handling in torture test.Matthias Dieter Wallnöfer2008-12-101-1/+7
* s4-samr: Fix Bug #5946. userparameters handling in samr server.Matthias Dieter Wallnöfer2008-12-101-4/+6
* s3: Add the OneFS SMB_VFS_CREATE_FILE implementationTim Prouty2008-12-096-711/+1162
* s3: Add onefs_open.c with code copied verbatim from smbd/open.cTim Prouty2008-12-091-0/+2028
* s3: Call fd_close from close_directoryTim Prouty2008-12-091-0/+7
* s3: Refactor calculating path from relative_fid into a separate functionTim Prouty2008-12-092-78/+100
* s3: Refactor getting sec_info from a security_descriptor into separate functionTim Prouty2008-12-093-13/+30
* s3: Make a few open utility functions non-staticTim Prouty2008-12-093-17/+49
* Fix bug #5688 LPQ process is orphaned if socket address parameter is invalidSATOH Fumiyasu2008-12-091-6/+33
* s3-ldapsam: Fix Bug 5957: do not abort rename process on valid rename script.Günther Deschner2008-12-091-1/+1
* s4:rpc_server: don't keep half finished dcesrv_connection_contextsStefan Metzmacher2008-12-091-41/+42
* s3-libnet: fix build warning (missing prototype).Günther Deschner2008-12-091-2/+2
* s4:rpc_server: initialize rpc server module also for the named pipe caseStefan Metzmacher2008-12-093-33/+49
* s3-samr: a level 18 password set needs to set the pwdlastset as well.Günther Deschner2008-12-091-0/+4
* s3-srvsvc: fix build warning.Günther Deschner2008-12-091-2/+2
* s3: Add support for access based share enumerationTodd Stecher2008-12-084-19/+71
* Fix bug #5953 - smbclient crashes: cli_list_new segmentation fault.Jeremy Allison2008-12-081-1/+1
* Add wb_trans_send/revcVolker Lendecke2008-12-082-33/+166
* Add infrastructure to transfer winbindd_request/response asynchronouslyVolker Lendecke2008-12-083-0/+583
* Simplify async programming a bit with helper routinesVolker Lendecke2008-12-087-31/+43
* Streamline the async_sock API a bitVolker Lendecke2008-12-082-42/+49
* Add a "bytes_padding" parameter to smb_splice_chainVolker Lendecke2008-12-082-12/+29
* Factor out smb_splice_chain(), to be used by chain_reply() in smbdVolker Lendecke2008-12-082-46/+101