summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
1999-12-02added get_any_dc_name() function.Luke Leighton1-0/+1
1999-12-02need a domain resolving function, but get_trusted_serverlist() will do.Luke Leighton1-0/+34
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-1/+1
1999-11-26whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1-21/+0
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton1-0/+21
1999-11-12split array-handling functions into separate module.Luke Leighton1-224/+0
1999-11-08preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1-2/+83
1999-11-08const feeding frenzyLuke Leighton1-5/+5
1999-11-06added rpcclient spoolenum command. enumerates printers.Luke Leighton1-12/+82
1999-11-03three types of array-creation / array-deletion functions:Luke Leighton1-31/+36
1999-11-01rewrote rpcclient enumaliases command.Luke Leighton1-0/+35
1999-10-30general, drastic improvements to rpcclient.Luke Leighton1-0/+18
1999-10-29rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1-2/+2
1999-10-29added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1-1/+9
1999-10-21turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1-0/+16
1999-07-21BDC support.Luke Leighton1-0/+27
1999-07-07added debug reporting to pwdb_sam_map_names() and pwdb_smb_map_names()Luke Leighton1-1/+1
1999-06-29improving authentication code (tidyup).Luke Leighton1-3/+3
1999-06-13Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1-2/+2
1999-05-07had to move day display names into lib/util, to get rpctorture to compile.Luke Leighton1-0/+2
1999-05-06Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hackLuke Leighton1-13/+0
1999-04-12Fix compile warning in nametouid().Tim Potter1-1/+1
1999-03-12Stefan Walter: spotted *p_group == NULL which should be p_group == NULL.Stefa...Luke Leighton1-2/+14
1999-03-09mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1-30/+36
1999-02-03cache unix groups so that two-level getgrent calls don't occur.Luke Leighton1-0/+71
1998-12-09oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ.Luke Leighton1-0/+14
1998-12-07fixed warnings (and potential errors) due to integer overflow whenAndrew Tridgell1-2/+3
1998-12-04- renamed do_samr_xxx to samr_xxxLuke Leighton1-4/+4
1998-12-03moved get_unixgroups it will be needed by the unix instance of the groupLuke Leighton1-0/+49
1998-12-01adding some samr parsing calls (group / alias adding / deleting)Luke Leighton1-0/+15
1998-11-29weekend work. user / group database API.Luke Leighton1-43/+60
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-179/+20
1998-11-23unix instance of group database APILuke Leighton1-4/+13
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-3/+3
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-1/+21
1998-11-12extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1-0/+53
1998-11-12largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1-1/+1
1998-11-11changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1-13/+55
1998-11-10util functions split into relevant modules, first pass.Luke Leighton1-1992/+99
1998-11-09Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1-1/+1
1998-10-28use abort() instead of exit() in smb_panic()Andrew Tridgell1-1/+1
1998-10-23include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1-1/+1
1998-10-22rpctorture commandLuke Leighton1-0/+5
1998-10-20Fixed bug found by John Blair where trim_string wasn'tJeremy Allison1-7/+89
1998-10-20some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1-1/+3
1998-10-19- dce/rpc codeLuke Leighton1-16/+4
1998-10-19removed an incorrect commentAndrew Tridgell1-4/+0
1998-10-18Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1-2/+3
1998-10-16Re-added code to tell the user how many open files theyJeremy Allison1-5/+7
1998-10-05- fixed cast warningsAndrew Tridgell1-11/+13