summaryrefslogtreecommitdiffstats
path: root/source3/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1999-12-121-3/+3
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-9/+237
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-1/+6
* OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1999-12-091-2/+9
* added get_any_dc_name() function.Luke Leighton1999-12-021-0/+1
* need a domain resolving function, but get_trusted_serverlist() will do.Luke Leighton1999-12-021-0/+34
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-1/+1
* whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1999-11-261-21/+0
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-241-0/+21
* split array-handling functions into separate module.Luke Leighton1999-11-121-224/+0
* preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1999-11-081-2/+83
* const feeding frenzyLuke Leighton1999-11-081-5/+5
* added rpcclient spoolenum command. enumerates printers.Luke Leighton1999-11-061-12/+82
* three types of array-creation / array-deletion functions:Luke Leighton1999-11-031-31/+36
* rewrote rpcclient enumaliases command.Luke Leighton1999-11-011-0/+35
* general, drastic improvements to rpcclient.Luke Leighton1999-10-301-0/+18
* rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1999-10-291-2/+2
* added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1999-10-291-1/+9
* turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1999-10-211-0/+16
* BDC support.Luke Leighton1999-07-211-0/+27
* added debug reporting to pwdb_sam_map_names() and pwdb_smb_map_names()Luke Leighton1999-07-071-1/+1
* improving authentication code (tidyup).Luke Leighton1999-06-291-3/+3
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-131-2/+2
* had to move day display names into lib/util, to get rpctorture to compile.Luke Leighton1999-05-071-0/+2
* Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hackLuke Leighton1999-05-061-13/+0
* Fix compile warning in nametouid().Tim Potter1999-04-121-1/+1
* Stefan Walter: spotted *p_group == NULL which should be p_group == NULL.Stefa...Luke Leighton1999-03-121-2/+14
* mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1999-03-091-30/+36
* cache unix groups so that two-level getgrent calls don't occur.Luke Leighton1999-02-031-0/+71
* oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ.Luke Leighton1998-12-091-0/+14
* fixed warnings (and potential errors) due to integer overflow whenAndrew Tridgell1998-12-071-2/+3
* - renamed do_samr_xxx to samr_xxxLuke Leighton1998-12-041-4/+4
* moved get_unixgroups it will be needed by the unix instance of the groupLuke Leighton1998-12-031-0/+49
* adding some samr parsing calls (group / alias adding / deleting)Luke Leighton1998-12-011-0/+15
* weekend work. user / group database API.Luke Leighton1998-11-291-43/+60
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-179/+20
* unix instance of group database APILuke Leighton1998-11-231-4/+13
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-3/+3
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-1/+21
* extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1998-11-121-0/+53
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-121-1/+1
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-111-13/+55
* util functions split into relevant modules, first pass.Luke Leighton1998-11-101-1992/+99
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-1/+1
* use abort() instead of exit() in smb_panic()Andrew Tridgell1998-10-281-1/+1
* include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-231-1/+1
* rpctorture commandLuke Leighton1998-10-221-0/+5
* Fixed bug found by John Blair where trim_string wasn'tJeremy Allison1998-10-201-7/+89
* some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1998-10-201-1/+3
* - dce/rpc codeLuke Leighton1998-10-191-16/+4