Added hash-based stat cache code from Ying Chen.
[kai/samba.git] / source3 / lib /
2000-01-26 Jeremy AllisonAdded hash-based stat cache code from Ying Chen.
2000-01-26 Jeremy AllisonSecond set of inline optimisation fixes from Ying Chen...
2000-01-25 Jeremy AllisonFirst set of speed improvements from Ying Chen <ying...
2000-01-21 Luke Leightonmade cvs main up-to-date with samba_tng, with addition...
2000-01-16 Andrew Tridgellmake string_init() static
2000-01-14 Jeremy AllisonAdded "inherit permissions" patch.
2000-01-12 Jeremy AllisonFix problems with broken libc fvct returns.
2000-01-11 Jeremy AllisonFixed pointer arithmetic found by IRIX compiler.
2000-01-11 Jeremy AllisonFixed bug in unix_mask_match() that caused veto files...
2000-01-07 Andrew Tridgellthis looks like a big commit, but it isn't really :)
2000-01-06 Jeremy AllisonGeneric wildcard matching fix from weidel@multichart.de.
2000-01-05 Andrew Tridgellimplemented talloc() as described on samba-technical...
2000-01-03 Luke Leightonsimple mods to add msrpc pipe redirection. default...
2000-01-03 Andrew Tridgellgot rid of mem_man
1999-12-29 Jeremy AllisonConverted most of the functions in lib/util_str.c to...
1999-12-23 Jeremy AllisonFixed range checking in unicode to multibyte function...
1999-12-23 Jeremy AllisonAdded wtoupper/wtolower.
1999-12-23 Jeremy AllisonSamba now includes a full ucs2 upper to lower case...
1999-12-22 Jeremy Allisoninclude/includes.h: Trimmed down unicode directory...
1999-12-22 Jeremy AllisonFirst cut at unicode sys_xx functions. Now to start...
1999-12-22 Jeremy AllisonOk - we now have the following functions for UNICODE...
1999-12-21 Jeremy AllisonAdded new unicode functions - not used yet, but are...
1999-12-21 Andrew Tridgellconverted all our existing shared memory code to use...
1999-12-17 Andrew Tridgelllib/fnmatch.c from 2.0.6
1999-12-17 Andrew Tridgellinterfaces.c from 2.0.6
1999-12-17 Andrew Tridgellutil_sec.c from 2.0.6
1999-12-13 Jeremy AllisonUnicode conversion fix in Japanese environment from...
1999-12-13 Andrew Tridgell2nd phase of head branch sync with SAMBA_2_0 - this...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-12 Luke Leightonchanged function name of get_home_dir() to get_unixhome...
1999-12-12 Luke Leightonfinal part of "first" phase converting over to msrpc...
1999-12-12 Luke Leightondelineation between smb and msrpc more marked. smbd...
1999-12-09 Gerald CarterOK. This code works on a RedHat 6.0 system. However...
1999-12-08 Luke Leightonjerry spotted that get_domain_sids() was being called...
1999-12-08 Luke LeightonABOUT TIME!!!!!!!!
1999-12-06 Luke Leightonthe first independent msrpc daemon - lsarpcd.
1999-12-05 Luke Leightonfirst version of msrpc agent redirector code. client...
1999-12-05 Luke Leightoncreated create_pipe_socket() function.
1999-12-04 Luke Leightoncool! created higher-order function table for agent...
1999-12-04 Luke Leightonjeremy is going to hate me for this.
1999-12-02 Luke Leightoncleaning up: removing those horrible references to...
1999-12-02 Luke Leightonadded get_any_dc_name() function.
1999-12-02 Luke Leightonneed a domain resolving function, but get_trusted_serve...
1999-12-02 Luke Leightondefault SID map now reads in "trusted domains" from...
1999-12-01 Luke Leightonsys_select added one more argument (read, write selectors).
1999-11-29 Luke Leightonattempting to resolve the issue that multiple servers...
1999-11-29 Luke Leightonok. got ntlogin command working. argh, it maintains...
1999-11-27 Luke Leightonfurther abstraction involving client states. main...
1999-11-26 Luke Leightonwhoa. _major_ restructure of rpcclient. fixed some...
1999-11-25 Luke Leightoncool! completed a samr* API that _would_ look like...
1999-11-24 Luke Leightonservice control manager API completed. svcenum -i...
1999-11-24 Luke Leightonok. *whew*. this is the first completed part of the...
1999-11-24 Luke Leightonfirst stages of removing struct cli_state* and uint16...
1999-11-24 Luke LeightonWARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.c
1999-11-24 Luke Leightonrewrote policy handle code to be generic (it's needed...
1999-11-23 Luke Leightonadding svcctl 0x1b function
1999-11-21 Luke Leightonimplement server-side generation of NTLMv2 session...
1999-11-20 Luke Leightonmodified domain_client_validate to take trust account...
1999-11-20 Luke Leightondoing a code reshuffle. want to add code to establish...
1999-11-18 Luke Leightonset "key does not exist" response to reg_query_val...
1999-11-16 Luke Leightonadded two new params: "trusted domains" and "trusting...
1999-11-15 Luke Leightonadded server-side samr enum domains. fixed some parsin...
1999-11-12 Luke Leightonsplit array-handling functions into separate module.
1999-11-08 Luke Leightonpreparation for doing a spoolss enum jobs command....
1999-11-08 Luke Leightonconst feeding frenzy
1999-11-08 Luke Leightonconst feeding frenzy
1999-11-06 Luke Leightonadded rpcclient spoolenum command. enumerates printers.
1999-11-04 Luke Leightonsamuserset <username> -p password. YESSSSS :)
1999-11-03 Luke Leightonhad to move unistr2_dup(), unistr2_free() and unistr2_c...
1999-11-03 Luke Leightonthree types of array-creation / array-deletion functions:
1999-11-01 Luke Leightonrewrote rpcclient enumaliases command.
1999-10-30 Luke LeightonNetServerTransportEnum parsing, client-side and rpcclie...
1999-10-30 Luke Leightongeneral, drastic improvements to rpcclient.
1999-10-29 Luke Leightonrpcclient regenum key client code rewritten to use...
1999-10-29 Luke Leightonadded HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr...
1999-10-25 Luke Leighton- typecast malloc / Realloc issues.
1999-10-21 Luke Leightonthe dynamic memory alloc blood-fest goes on...
1999-10-21 Luke Leightonturning some of the rpcclient functions dynamic. this...
1999-10-07 Luke Leighton- added rudimentary CAP_UNICODE support because i thoug...
1999-09-08 Luke Leightonbertl <bs@niggard.org> patch for making samba listen...
1999-08-18 Luke Leightonpatch from michael glauche to add session enum code...
1999-08-18 Luke Leightondebug info display (netbios layer).
1999-08-18 Luke Leightonadded back test to exclude unused connections.
1999-08-18 Luke Leightonuse read() instead of fread() as fread() fails on redhat 6.
1999-08-17 Luke Leightonpatch from Michael Glauche to list connections from...
1999-08-03 Luke Leightonreverted jeremy's c++-like security descriptor modifica...
1999-07-26 Luke LeightonJean-Francois spotted bug in use of file_modified(...
1999-07-21 Luke LeightonBDC support.
1999-07-16 Luke Leightoncheck to see if copy_passwd_struct() ever receives...
1999-07-14 Luke Leightoncode from bertl to allow remap of default built-in...
1999-07-13 Luke Leightonrenamed getfilepwent() and endfilepwent() to getfileent...
1999-07-08 Luke Leightonallow safe_strcpy() to pass 0 for max length of string...
1999-07-07 Luke Leightonuse of dos_mkdir() in generate_sam_sid() should be...
1999-07-07 Luke Leightonadded debug reporting to pwdb_sam_map_names() and pwdb_...
1999-07-06 Luke Leightonusing jeremy's sys_getpwnam() call in the more critical...
1999-07-06 Luke Leightonadded jeremy's sys_getpwnam() and sys_getpwuid() routin...
1999-07-06 Luke Leightonpatch from michael stockman <pgmtekn-micke@algonet...
1999-06-29 Luke Leightonimproving authentication code (tidyup).
1999-06-24 Luke Leighton#ifdef'd out hashed_getpwnam.
1999-06-13 Tim PotterMoved code that changes the pw_passwd entry (i.e shadow...
next