summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* init_srv_share_info_ctr: Add debug messages.Michael Adam2008-03-121-0/+3
* Add a debug message.Michael Adam2008-03-121-0/+1
* loadparm: add a debug message.Michael Adam2008-03-121-0/+2
* loadparm: remove services read from smb.conf when starting over for config ba...Michael Adam2008-03-121-0/+1
* loadparm: add convenience wrapper lp_kill_all_services()Michael Adam2008-03-122-1/+9
* loadparm: add a commentMichael Adam2008-03-121-0/+1
* loadparm: fix a comment typo.Michael Adam2008-03-121-1/+1
* loadparm: add utility function to check for config backend file.Michael Adam2008-03-121-1/+9
* loadparm: use a function to check for the registry config backend.Michael Adam2008-03-121-3/+3
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-03-111-1/+1
|\
| * selftest: samba3 passes RAW-SEARCH nowStefan Metzmacher2008-03-111-1/+1
* | Using Metze's S4 nttrans rename test, the nttrans renameJeremy Allison2008-03-111-1/+1
|/
* Metze pointed out this we don't need FILE_ATTRIBUTE_READ here.Jeremy Allison2008-03-111-1/+1
* Allow us to pass RAW-RENAME by testing that the connection structJeremy Allison2008-03-111-1/+1
* Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19,Jeremy Allison2008-03-113-10/+13
* Fix S3 to pass the test_raw_oplock_exclusive3 test.Jeremy Allison2008-03-112-3/+4
* The attached patch removes some global variables, and make them local to main().Charles2008-03-111-8/+9
* Add some last init_srvsvc_X functions.Günther Deschner2008-03-111-0/+60
* Convert mapping_tdb.c to dbwrapVolker Lendecke2008-03-112-292/+281
* Clean up add_mapping_entry slightlyVolker Lendecke2008-03-111-9/+11
* Cleanup after pstring removalVolker Lendecke2008-03-111-1/+1
* Convert secrets.c to use dbwrapVolker Lendecke2008-03-111-128/+93
* Trying to fix resume_handling for srvsvc_NetShareEnumAll.Günther Deschner2008-03-111-1/+5
* Allow to send no resume_handle in rpcclient's NetShareEnum* calls.Günther Deschner2008-03-111-2/+4
* registry shares: prevent creating regular share called "global".Michael Adam2008-03-111-0/+4
* Fix return of reg values below HKLM/SOFTWARE/MICROSOFT/WINDOWSNT/CURRENTVERSION.Günther Deschner2008-03-111-1/+1
* Use pidl for _srvsvc_NetDiskEnum.Günther Deschner2008-03-112-47/+26
* Fix netdiskenum call in rpcclient.Günther Deschner2008-03-111-1/+1
* Use a separate tdb for mutexesVolker Lendecke2008-03-107-82/+71
* Convert secrets_lock_trust_account_password to tallocVolker Lendecke2008-03-102-12/+31
* Add dbwrap_trans_store and dbwrap_trans_deleteVolker Lendecke2008-03-101-0/+79
* Add transactions to the dbwrap APIVolker Lendecke2008-03-104-0/+48
* add dbwrap_change_int32_atomicVolker Lendecke2008-03-101-0/+28
* Add netconnenum to rpcclient.Günther Deschner2008-03-101-0/+67
* Re-run make idl.Günther Deschner2008-03-106-74/+72
* Fix IDL for srvsvc_NetConnEnum.Günther Deschner2008-03-101-2/+6
* Add netdiskenum to rpcclient.Günther Deschner2008-03-101-0/+42
* loadparm: fix init_globals() to re-init all options event when called 2nd time.Michael Adam2008-03-101-12/+22
* loadparm: replace typedef struct {} global/service by struct global/struct se...Michael Adam2008-03-101-29/+29
* loadparm: fix whitespaces in global and service parameter structs.Michael Adam2008-03-101-7/+6
* loadparm: fix spacing in parm_table (training spaces and empty lines).Michael Adam2008-03-101-40/+19
* loadparm: Reformat the parm table to use named initializers.Michael Adam2008-03-101-412/+3524
* Reformat: Remove indentation of part of pam_smbpass/support.c by one tab.Michael Adam2008-03-101-102/+102
* Remove rpccli_srvsvc_net_file_enum() and cli_srvsvc.c with it.Günther Deschner2008-03-102-113/+1
* Use rpccli_srvsvc_NetFileEnum in net and rpcclient.Günther Deschner2008-03-102-28/+48
* Re-run make idl.Günther Deschner2008-03-106-74/+72
* Fix IDL for srvsvc_NetFileEnum.Günther Deschner2008-03-101-2/+6
* Remove unused marshalling for SRV_NET_SESS_DEL.Günther Deschner2008-03-102-94/+0
* Remove unused marshalling for SRV_NET_SHARE_{ENUM,ADD,SETINFO,GETINFO}Günther Deschner2008-03-103-2217/+0
* Convert "net" to use rpccli_srvsvc_NetShare* interfaces everywhere.Günther Deschner2008-03-101-182/+119