summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-03-14Fix bug 4901Volker Lendecke1-3/+8
2008-03-14libreplace: fix samba4 build (by not setting global LIBS).Michael Adam2-3/+3
2008-03-14libreplace: add -I$libreplacedir to CPPFLAGS for getifaddrs tests.Michael Adam1-0/+4
2008-03-14libreplace: add an inet_aton() function that calls inet_pton().Michael Adam6-0/+42
2008-03-13Allow parameter "include" in registry based configuration (again).Michael Adam1-1/+0
2008-03-13Fix %I macro expansion for IPv4 mapped IPv6 addresses.Michael Adam1-2/+8
2008-03-12Use existing srv_name_slash.Günther Deschner3-26/+5
2008-03-12For convenience reasons, always create cli->srv_name_slash in the rpc_client.Günther Deschner2-0/+2
2008-03-12Remove unused marshalling for SRV_NET_DISK_ENUM.Günther Deschner2-164/+0
2008-03-12init_srv_share_info_ctr: fix counting of services.Michael Adam1-1/+2
2008-03-12init_srv_share_info_ctr: Add debug messages.Michael Adam1-0/+3
2008-03-12Add a debug message.Michael Adam1-0/+1
2008-03-12loadparm: add a debug message.Michael Adam1-0/+2
2008-03-12loadparm: remove services read from smb.conf when starting over for config ba...Michael Adam1-0/+1
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