summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-svcctl: remove some more redundant headers.Günther Deschner2009-01-084-16/+3
| | | | Guenther
* s3-svcctl: move SVC_HANDLE_IS* defines to implementation specific header file.Günther Deschner2009-01-082-4/+4
| | | | Guenther
* s3-svcctl: remove (now duplicate) defines.Günther Deschner2009-01-081-22/+0
| | | | Guenther
* s3-svcctl: remove (now duplicate) SVCCTL_STAT* defines.Günther Deschner2009-01-081-5/+0
| | | | Guenther
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-0839-306/+554
| | | | | | The goal is to move all this variables into a big context structure. metze
* s3:smbd: variables in a main() don't need to be staticStefan Metzmacher2009-01-081-7/+7
| | | | metze
* s3:smbd: open_sockets_smbd() don't need a static variable arrount atexit()Stefan Metzmacher2009-01-081-7/+1
| | | | | | open_sockets_smbd() is only called once. metze
* s3:smbd: keep dmapi globals in one context structStefan Metzmacher2009-01-081-28/+44
| | | | metze
* s3:smbd: remove stupid static variables for the nfs quota codeStefan Metzmacher2009-01-081-16/+20
| | | | metze
* s3:smbd: remove pointless static variable in uid.cStefan Metzmacher2009-01-081-7/+4
| | | | | | | | We always free the value at the end of the function, so we don't need a static variable to hold just NULL for the time the function isn't executed. metze
* s3:smbd: make static const in mangle_hash2.c really static constStefan Metzmacher2009-01-081-1/+1
| | | | | | | | | | | | | const char *foo, means a non-const pointer to a const char. const char * const foo, means a const pointer to a const char. char * const foo, would mean a const pointer to a non-const char. metze
* s3:smbd: make const globals in mangle_hash2.c really static constStefan Metzmacher2009-01-081-2/+2
| | | | | | | | | | | | | const char *foo, means a non-const pointer to a const char. const char * const foo, means a const pointer to a const char. char * const foo, would mean a const pointer to a non-const char. metze
* s3:smbd: make globals in utmp.c static constStefan Metzmacher2009-01-081-4/+4
| | | | | | | | | | | | | const char *foo, means a non-const pointer to a const char. const char * const foo, means a const pointer to a const char. char * const foo, would mean a const pointer to a non-const char. metze
* s3:smbd: it's pointless to have a global magic_charStefan Metzmacher2009-01-081-4/+7
| | | | | | We call magic_char = lp_magicchar(p) each time it's used. metze
* s3:smbd: remove pointless static variables in chgpasswd.cStefan Metzmacher2009-01-081-9/+10
| | | | metze
* s3:smbd: make fake_files[] static constStefan Metzmacher2009-01-081-1/+1
| | | | metze
* s3:smbd: make mangle_fns constStefan Metzmacher2009-01-084-13/+13
| | | | metze
* s3-svcctl: remove old hand marshalling of svcctl_QueryServiceConfig2W.Günther Deschner2009-01-083-229/+0
| | | | Guenther
* s3-svcctl: use pidl for _svcctl_QueryServiceConfig2W.Günther Deschner2009-01-082-39/+36
| | | | Guenther
* s3-svcctl: fix return code for _svcctl_QueryServiceStatusEx.Günther Deschner2009-01-081-2/+3
| | | | Guenther
* s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx.Günther Deschner2009-01-084-104/+2
| | | | Guenther
* s3-svcctl: use pidl for _svcctl_QueryServiceStatusEx.Günther Deschner2009-01-082-31/+20
| | | | Guenther
* s3-svcctl: use pidl's ndr opcodes for NDR_SVCCTL_QUERYSERVICECONFIGW.Günther Deschner2009-01-081-1/+1
| | | | Guenther
* svcctl: add svcctl_ErrorControl and svcctl_Type (based on samba3) to IDL.Günther Deschner2009-01-081-14/+0
| | | | Guenther
* svcctl: add svcctl_ConfigLevel from samba 3.Günther Deschner2009-01-081-4/+0
| | | | Guenther
* svcctl: move SVC_STATUS_ to idl.Günther Deschner2009-01-081-2/+0
| | | | Guenther
* Fix bug #6016 - Alternate Data Streams / Extended Attributes seem to conflict.Jeremy Allison2009-01-071-3/+8
| | | | Jeremy.
* refresh sequence number as soon as possible when domain->sequence_number == ↵boyang2009-01-071-3/+8
| | | | -1 or domain->last_status is not ok.
* Remove unused struct CLI_POLICY_HNDVolker Lendecke2009-01-071-7/+0
|
* Several fixes to our use of spliceVolker Lendecke2009-01-071-4/+6
| | | | | | | | | | | | | | | | | The splice manpage explicitly requires loff_t as offset. Copy "offset" there. Probably not required, but I wanted to make sure it's as required. Splice blocks with large buffers. For me it worked with 16k and blocked with 32k and beyond. It would be nice to see a clarification in the manpage of splice for this behaviour. Splice if used with an offset increments the offset. From the manpage this was at least not entirely obvious :-) I haven't yet activated this (try_splice_call ist still false by default), it needs more testing. Volker
* Make winbindd_cm.c use winbindd_reinit_after_fork().Jeremy Allison2009-01-064-31/+37
| | | | Jeremy.
* Fix bug #6017, - magic script does not work. based on a patch from ↵Jeremy Allison2009-01-061-3/+13
| | | | | | monyo@samba.gr.jp. Jeremy.
* Add winbindd_reinit_after_fork(), cleaning out all possible eventsJeremy Allison2009-01-061-52/+76
| | | | | in a forked child. Jeremy.
* Factor out lots of common code into a function.Jeremy Allison2009-01-061-37/+27
| | | | Jeremy.
* Add some const to dcerpc_binding_build_tower()Volker Lendecke2009-01-061-1/+3
|
* Add a NULL check and some const to dcerpc_floor_get_lhs_data()Volker Lendecke2009-01-061-1/+2
|
* s3-lsa: remove all init_lsa* functions.Günther Deschner2009-01-062-91/+0
| | | | Guenther
* s3-lsa: avoid all init_lsa* functions.Günther Deschner2009-01-062-35/+27
| | | | Guenther
* s3-srvsvc: remove all init_srvsvc* functions.Günther Deschner2009-01-064-538/+9
| | | | Guenther
* s3-srvsvc: avoid all init_srvsvc* functions.Günther Deschner2009-01-061-98/+93
| | | | Guenther
* s3-samr: remove all init_samr_alias* functions.Günther Deschner2009-01-062-34/+0
| | | | Guenther
* s3-samr: avoid all init_samr_alias* functions.Günther Deschner2009-01-061-6/+4
| | | | Guenther
* s3-samr: remove all init_samr_group* functions.Günther Deschner2009-01-062-84/+0
| | | | Guenther
* s3-samr: avoid all init_samr_group* functions.Günther Deschner2009-01-061-16/+11
| | | | Guenther
* s3-samr: remove all init_samr_dom* functions.Günther Deschner2009-01-062-172/+0
| | | | Guenther
* s3-samr: avoid all init_samr_Domain* functions.Günther Deschner2009-01-062-101/+59
| | | | Guenther
* s3-samr: remove init_samr_user* functions.Günther Deschner2009-01-062-469/+0
| | | | Guenther
* s3-samr: avoid all init_samr_user* functions.Günther Deschner2009-01-066-190/+120
| | | | Guenther
* s3/swat: Fix creation of the first share using SWAT.Volker Lendecke2009-01-061-1/+1
| | | | This fixes bug #5965.
* Move the "rid_name" typedef to the only place where it might be usedVolker Lendecke2009-01-062-5/+6
|