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