Age | Commit message (Expand) | Author | Files | Lines |
2008-03-13 | Allow parameter "include" in registry based configuration (again). | Michael Adam | 1 | -1/+0 |
2008-03-13 | Fix %I macro expansion for IPv4 mapped IPv6 addresses. | Michael Adam | 1 | -2/+8 |
2008-03-12 | Use existing srv_name_slash. | Günther Deschner | 3 | -26/+5 |
2008-03-12 | For convenience reasons, always create cli->srv_name_slash in the rpc_client. | Günther Deschner | 2 | -0/+2 |
2008-03-12 | Remove unused marshalling for SRV_NET_DISK_ENUM. | Günther Deschner | 2 | -164/+0 |
2008-03-12 | init_srv_share_info_ctr: fix counting of services. | Michael Adam | 1 | -1/+2 |
2008-03-12 | init_srv_share_info_ctr: Add debug messages. | Michael Adam | 1 | -0/+3 |
2008-03-12 | Add a debug message. | Michael Adam | 1 | -0/+1 |
2008-03-12 | loadparm: add a debug message. | Michael Adam | 1 | -0/+2 |
2008-03-12 | loadparm: remove services read from smb.conf when starting over for config ba... | Michael Adam | 1 | -0/+1 |
2008-03-12 | loadparm: add convenience wrapper lp_kill_all_services() | Michael Adam | 2 | -1/+9 |
2008-03-12 | loadparm: add a comment | Michael Adam | 1 | -0/+1 |
2008-03-12 | loadparm: fix a comment typo. | Michael Adam | 1 | -1/+1 |
2008-03-12 | loadparm: add utility function to check for config backend file. | Michael Adam | 1 | -1/+9 |
2008-03-12 | loadparm: use a function to check for the registry config backend. | Michael Adam | 1 | -3/+3 |
2008-03-11 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 1 | -1/+1 |
2008-03-11 | Using Metze's S4 nttrans rename test, the nttrans rename | Jeremy Allison | 1 | -1/+1 |
2008-03-11 | selftest: samba3 passes RAW-SEARCH now | Stefan Metzmacher | 1 | -1/+1 |
2008-03-11 | Metze pointed out this we don't need FILE_ATTRIBUTE_READ here. | Jeremy Allison | 1 | -1/+1 |
2008-03-11 | Allow us to pass RAW-RENAME by testing that the connection struct | Jeremy Allison | 1 | -1/+1 |
2008-03-11 | Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19, | Jeremy Allison | 3 | -10/+13 |
2008-03-11 | Fix S3 to pass the test_raw_oplock_exclusive3 test. | Jeremy Allison | 2 | -3/+4 |
2008-03-11 | The attached patch removes some global variables, and make them local to main(). | Charles | 1 | -8/+9 |
2008-03-11 | Add some last init_srvsvc_X functions. | Günther Deschner | 1 | -0/+60 |
2008-03-11 | Convert mapping_tdb.c to dbwrap | Volker Lendecke | 2 | -292/+281 |
2008-03-11 | Clean up add_mapping_entry slightly | Volker Lendecke | 1 | -9/+11 |
2008-03-11 | Cleanup after pstring removal | Volker Lendecke | 1 | -1/+1 |
2008-03-11 | Convert secrets.c to use dbwrap | Volker Lendecke | 1 | -128/+93 |
2008-03-11 | Trying to fix resume_handling for srvsvc_NetShareEnumAll. | Günther Deschner | 1 | -1/+5 |
2008-03-11 | Allow to send no resume_handle in rpcclient's NetShareEnum* calls. | Günther Deschner | 1 | -2/+4 |
2008-03-11 | registry shares: prevent creating regular share called "global". | Michael Adam | 1 | -0/+4 |
2008-03-11 | Fix return of reg values below HKLM/SOFTWARE/MICROSOFT/WINDOWSNT/CURRENTVERSION. | Günther Deschner | 1 | -1/+1 |
2008-03-11 | Use pidl for _srvsvc_NetDiskEnum. | Günther Deschner | 2 | -47/+26 |
2008-03-11 | Fix netdiskenum call in rpcclient. | Günther Deschner | 1 | -1/+1 |
2008-03-10 | Use a separate tdb for mutexes | Volker Lendecke | 7 | -82/+71 |
2008-03-10 | Convert secrets_lock_trust_account_password to talloc | Volker Lendecke | 2 | -12/+31 |
2008-03-10 | Add dbwrap_trans_store and dbwrap_trans_delete | Volker Lendecke | 1 | -0/+79 |
2008-03-10 | Add transactions to the dbwrap API | Volker Lendecke | 4 | -0/+48 |
2008-03-10 | add dbwrap_change_int32_atomic | Volker Lendecke | 1 | -0/+28 |
2008-03-10 | Add netconnenum to rpcclient. | Günther Deschner | 1 | -0/+67 |
2008-03-10 | Re-run make idl. | Günther Deschner | 6 | -74/+72 |
2008-03-10 | Fix IDL for srvsvc_NetConnEnum. | Günther Deschner | 1 | -2/+6 |
2008-03-10 | Add netdiskenum to rpcclient. | Günther Deschner | 1 | -0/+42 |
2008-03-10 | loadparm: fix init_globals() to re-init all options event when called 2nd time. | Michael Adam | 1 | -12/+22 |
2008-03-10 | loadparm: replace typedef struct {} global/service by struct global/struct se... | Michael Adam | 1 | -29/+29 |
2008-03-10 | loadparm: fix whitespaces in global and service parameter structs. | Michael Adam | 1 | -7/+6 |
2008-03-10 | loadparm: fix spacing in parm_table (training spaces and empty lines). | Michael Adam | 1 | -40/+19 |
2008-03-10 | loadparm: Reformat the parm table to use named initializers. | Michael Adam | 1 | -412/+3524 |
2008-03-10 | Reformat: Remove indentation of part of pam_smbpass/support.c by one tab. | Michael Adam | 1 | -102/+102 |
2008-03-10 | Remove rpccli_srvsvc_net_file_enum() and cli_srvsvc.c with it. | Günther Deschner | 2 | -113/+1 |