summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for sambaStefan Metzmacher2008-05-162-1/+1
* libreplace: split out network checks into a AC_LIBREPLACE_NETWORK_CHECKS macroStefan Metzmacher2008-05-162-63/+73
* libreplace: always provide utime() and utimes()Stefan Metzmacher2008-05-166-1/+200
* AFS: The dummy afs_createtoken_str should return NULL, not False.Kai Blin2008-05-141-1/+1
* Remove "user" from connection_structVolker Lendecke2008-05-101-1/+1
* Remove the unix token info from connection_structVolker Lendecke2008-05-101-1/+1
* Use TALLOC_ZERO_P instead of separate ZERO_STRUCTP in dup_nt_tokenVolker Lendecke2008-05-101-3/+1
* Fix replacement getpass. If we ^C at the prompt echo was left off.Jeremy Allison2008-05-091-5/+2
* dsgetdcname: use existing messaging_context if possible.Günther Deschner2008-05-092-3/+4
* Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner2008-05-091-5/+12
* util: add strip_hostname() to strip of leading '\\'.Günther Deschner2008-05-091-0/+19
* Fix bug #5452 - smbclient put always creates zero lengthJeremy Allison2008-05-081-2/+2
* gencache: add some const.Günther Deschner2008-05-081-1/+1
* netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.Günther Deschner2008-05-081-0/+35
* netapi: add -f switch for DsGetDCName() example and be more verbose on output.Günther Deschner2008-05-071-3/+15
* Enable tests for splice on Linux. Add a static (vl, I hate this)Jeremy Allison2008-05-061-2/+19
* libreplace: check how portable utimes() and futimes() areStefan Metzmacher2008-05-061-0/+1
* Remove "userdom_struct user" from "struct user_struct"Volker Lendecke2008-05-051-2/+9
* Make the namelist arg to set_namearray constVolker Lendecke2008-05-051-2/+2
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-052-30/+49
* netapi: fix returned name buffer in NetGetJoinInformation_r().Günther Deschner2008-04-291-1/+5
* Merge data_blob_hex_string from Samba4.Günther Deschner2008-04-291-0/+22
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-231-2/+3
* Increase level of debug msg when a regkey is not foundVolker Lendecke2008-04-231-1/+1
* libsmbconf: remove unnecessary talloc success check from smbconf_txt.cMichael Adam2008-04-231-8/+0
* libsmbconf: remove unnecessary talloc success checks from smbconf_reg.cMichael Adam2008-04-231-12/+1
* libsmbconf: remove unnecessary talloc success checks from smbconf.cMichael Adam2008-04-231-4/+0
* libsmbconf: rewrite API to use smbconf_service structMichael Adam2008-04-235-56/+68
* libsmbconf: add a struct smbconf_service to hold the parameter names + values.Michael Adam2008-04-221-0/+7
* libsmbconf: fix comment headers in smbconf.hMichael Adam2008-04-221-3/+8
* libsmbconf: text backend remove comment references to "simple".Michael Adam2008-04-221-2/+2
* libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().Michael Adam2008-04-224-9/+9
* libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt.Michael Adam2008-04-221-0/+0
* libnetapi: Add Doxyfile.Günther Deschner2008-04-201-0/+1362
* netdomjoin-gui: Omit warning when unjoining a domain fails.Günther Deschner2008-04-201-0/+4
* Make convert_samr_dispinfo_to_NET_DISPLAY() staticVolker Lendecke2008-04-201-5/+5
* Introduce rpc_pipe_np_smb_conn()Volker Lendecke2008-04-201-1/+1
* Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* Fix bug 5400Volker Lendecke2008-04-191-2/+2
* Fix an uninitialized variableVolker Lendecke2008-04-191-1/+1
* util: add reinit_after_fork() functionStefan Metzmacher2008-04-181-0/+30
* messages_ctdbd: autocreate a ctdb connection, this will fix segfaults in the ...Stefan Metzmacher2008-04-181-0/+18
* messages_ctdbd: make sure a ctdbd connection is only used in the process that...Stefan Metzmacher2008-04-181-1/+11
* Janitor for tridge. Keep lib/replace in sync with the gcc4Jeremy Allison2008-04-183-3/+4
* libnetapi: Disable talloc_enable_leak_report.Günther Deschner2008-04-171-1/+1
* netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.Günther Deschner2008-04-171-1/+1
* libsmbconf: fix segfault in listing share names / config.Michael Adam2008-04-161-1/+1
* Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Gerald W. Carter2008-04-161-4/+4
* libnetapi: Add initial inline doxygen comments.Günther Deschner2008-04-161-36/+195