summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3:winbind_user: move initialization of domain up in winbindd_fill_pwent()Michael Adam2009-02-021-11/+9
| | | | | | and streamline logic some Michael
* s3: Fix the non-merged build.Kai Blin2009-02-011-1/+0
|
* shared: Move dom_sid_* utility functions to top levelKai Blin2009-02-0114-26/+85
|
* Make schannel not depend on samdb anymore.Simo Sorce2009-02-012-6/+61
|
* Fix headers, only ldb.h is requiredSimo Sorce2009-02-011-2/+0
|
* Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke2009-02-0121-265/+343
|
* "test" expects only one =Björn Jacke2009-02-011-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Convert api_RNetUserEnum to use the srv_samr_nt.c directlyVolker Lendecke2009-02-011-26/+77
| | | | | | | This is a sample for other accesses to pdb to go via samr. The goal is to access passdb only via srv_samr_nt.c. If that is done, then we can easily swap in another samr implementation like for example samba4's via a unix domain socket.
* Move rpc_pipe_open_internal to srv_pipe_hnd.cVolker Lendecke2009-02-012-37/+37
| | | | This is a smbd-only function
* Replace pipe names in pipes_struct by ndr_syntax_idVolker Lendecke2009-02-015-72/+117
| | | | This was mainly used for debugging output
* Fix some type-punned warningsVolker Lendecke2009-02-011-3/+3
|
* cli_get_pipe_name_from_interface does not really need a talloc_ctxVolker Lendecke2009-02-016-32/+28
|
* Fix nonempty blank linesVolker Lendecke2009-02-012-119/+117
|
* Just for fun: Move some bytes from bss to textVolker Lendecke2009-02-012-2/+2
|
* fix build with external dns_sd librariesBjörn Jacke2009-02-011-1/+1
|
* Start restoring the sqlite3 backendSimo Sorce2009-01-311-320/+357
| | | | Passes many tests but not all yet.
* s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-0113-27/+30
| | | | metze
* s4:lib/messaging: fix warnings in testsuiteStefan Metzmacher2009-02-011-2/+2
| | | | metze
* s4:lib/messaging: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-013-29/+29
| | | | metze
* s4:kdc: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-013-49/+50
| | | | metze
* s4:nbt_server/wins/: fix compiler warnings in winsdb.cStefan Metzmacher2009-02-011-1/+1
| | | | metze
* Fix the build on Solaris CCVolker Lendecke2009-02-011-1/+1
|
* Remove unused np_read sync wrapperVolker Lendecke2009-01-312-32/+0
|
* Make reply_pipe_read_andx asyncVolker Lendecke2009-01-311-13/+57
|
* Remove unused np_write sync wrapperVolker Lendecke2009-01-312-32/+0
|
* Make reply_pipe_write asyncVolker Lendecke2009-01-311-13/+48
|
* Make reply_pipe_write_and_X asyncVolker Lendecke2009-01-311-20/+52
|
* Make-np_write-handle-0-byte-writes-as-NT_STATUS_OKVolker Lendecke2009-01-312-43/+33
|
* Convert api_rpc_trans_reply to async np_*Volker Lendecke2009-01-312-29/+135
|
* Add an async np_read wrapperVolker Lendecke2009-01-312-22/+107
|
* Add an async np_write wrapperVolker Lendecke2009-01-312-15/+106
|
* s4:auth: try to fix the build on SolarisStefan Metzmacher2009-01-311-0/+1
| | | | | | MAXHOSTNAMELEN comes in via system/network.h now. metze
* make send_file_readbraw staticVolker Lendecke2009-01-312-12/+6
|
* Remove the global variable "chain_size"Volker Lendecke2009-01-318-24/+34
|
* Make is_andx_req non-staticVolker Lendecke2009-01-313-26/+26
|
* s4:repl_meta_data: fix segfault after ldb changesStefan Metzmacher2009-01-311-1/+1
| | | | metze
* lib/replace: move MAXHOSTNAMELEN to system/network.hStefan Metzmacher2009-01-312-13/+5
| | | | | | | Some platforms define it in netdb.h, so we should define the replace after including metdb.h. metze
* s4:heimdal_build: fix the build of asn1_compile and compile_etStefan Metzmacher2009-01-311-4/+2
| | | | | | | We should not link in heimdal_build/replace.ho twice. HEIMDAL_ROKEN has everything we need.... metze
* s4:build: require ldb 0.9.3 when building against an external libraryStefan Metzmacher2009-01-312-2/+2
| | | | metze
* heimdal: void functions should not return a valueStefan Metzmacher2009-01-311-1/+1
| | | | metze
* Explicitly include ldb_handlers.h where necessarySimo Sorce2009-01-303-5/+2
|
* Install mising public headersSimo Sorce2009-01-301-1/+1
|
* Do not install private headersSimo Sorce2009-01-301-2/+0
|
* Fix proxy moduleSimo Sorce2009-01-301-2/+2
|
* s3 onefs: Fix onefs ACLs to work with updated ACL syscallTim Prouty2009-01-301-1/+1
|
* Bump up ldb version to 0.9.3 after latest changesSimo Sorce2009-01-301-1/+1
|
* s3 build: Remove unused fstat check to fix a bunch of HAVE_FSTAT warningsTim Prouty2009-01-302-5/+1
|
* Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce2009-01-3019-574/+817
| | | | The only 2 modules escaping the rule so far are rootdse and partitions
* s4:lib/socket: don't use gethostbyname2()Stefan Metzmacher2009-01-302-9/+25
| | | | metze
* s4:heimdal_build: heimdal requires u_int32_t and u_charStefan Metzmacher2009-01-301-0/+3
| | | | metze