summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-misc-tags/tng/release-alpha-1-4cvs2svn Import User2000-03-2913-78212/+0
* preparing for release of alpha.1.4Samba Release Account2000-03-2963-63/+63
* adding getopt.c to Makefile.inLuke Leighton2000-03-292-2/+3
* autoconf updateLuke Leighton2000-03-293-4/+51
* adding getopt_long function, 'cos we need it!Luke Leighton2000-03-297-9/+913
* using getopt_long not getopt, turns out getopt don't work when usedLuke Leighton2000-03-2910-571/+652
* more typecasts (uid_t) to intLuke Leighton2000-03-293-4/+4
* n_groups needs to be sent as uint32s and converted to gid_tsLuke Leighton2000-03-291-4/+29
* uid_t cast to int.Luke Leighton2000-03-291-1/+1
* man pages from Matthew Geddes. reviewed rpcclient.8.yo, made a couple ofLuke Leighton2000-03-2914-864/+1637
* _net_sam_logon: more preparing to get rid of DOM_LOG_INFO etc.Luke Leighton2000-03-283-32/+42
* oops!!!! @LOCKDIR@ needed to be @lockdir@Luke Leighton2000-03-281-2/+2
* committing [one] version of working GETDC / SAMLOGON request processing.Luke Leighton2000-03-281-18/+40
* oops, sys_select() usage bug.Luke Leighton2000-03-281-1/+1
* removed tdb surs option by mistake. oops.Luke Leighton2000-03-282-620/+670
* updating configure.in etc from cvs main.Luke Leighton2000-03-285-2409/+2101
* Changed return value login in sam_query_aliasmem() so it returns falseTim Potter2000-03-281-18/+23
* _net_srv_pwset - working towards removal of DOM_LOG_INFO etc.Luke Leighton2000-03-283-18/+26
* more working towards removing DOM_LOG_INFO etc. also, pid is 32-bit notLuke Leighton2000-03-283-25/+34
* _net_auth2 - working towards removing some of the legacy structuresLuke Leighton2000-03-283-55/+62
* moving some functions that were in parse_misc.c that i've been meaningLuke Leighton2000-03-288-467/+412
* net sam sync back to style suggested by sander, originally, passingLuke Leighton2000-03-284-55/+55
* finally got a compile/link. the nmbd_processlogon.c module doesn't useLuke Leighton2000-03-289-39/+62
* From Elrond@Wunder-Nett.org Tue Mar 28 09:28:32 2000Luke Leighton2000-03-2711-75/+67
* make proto for winbindd.Tim Potter2000-03-271-90/+64
* nmbd merge, all the bits that were needed from andrew's mergingLuke Leighton2000-03-2730-3806/+1501
* last pieces of code from the head branch nmbd to go into TNGAndrew Tridgell2000-03-272-2017/+1787
* removed dgram_unique, it not needed in GETDC processing any more.Luke Leighton2000-03-271-3/+2
* Cleaned up winbindd stuff.Tim Potter2000-03-271-21/+17
* Changed extern of global_sid_S_1_5_20 to global_sid_S_1_5_32.Tim Potter2000-03-272-3/+3
* make protoLuke Leighton2000-03-272-8/+36
* atomic_t type missing (needed by nmbd.c)Luke Leighton2000-03-271-0/+10
* Checkin of remaining nss ntdom prototype code.Tim Potter2000-03-277-295/+2001
* compile errorLuke Leighton2000-03-271-1/+1
* more merging of head code into tng (under lukes supervision!)Andrew Tridgell2000-03-278-92/+142
* removed client's server name from cli_session_setup, it can be set toLuke Leighton2000-03-277-29/+21
* added talloc.hLuke Leighton2000-03-270-0/+0
* added a few more well-known SIDs, NT Authority, System, AuthenticatedLuke Leighton2000-03-271-4/+26
* nmbd update. doesn't compile at the moment.Luke Leighton2000-03-278-14/+46
* rename static reload_services function to reload_nmbd_services becauseLuke Leighton2000-03-271-6/+6
* elrond, there already exists a make_srv_share_info_1 function. madeLuke Leighton2000-03-271-1/+1
* uid and gid are not necessarily 32-bit (may be 16, let's hope theyLuke Leighton2000-03-271-2/+8
* removed initial_uid/gid, not used.Luke Leighton2000-03-271-3/+0
* GETDC request - finally settled on a length-detecting algorithm to see ifLuke Leighton2000-03-261-2/+5
* Luke has arrived in Canberra and we are doing the first stage ofAndrew Tridgell2000-03-2616-188/+314
* From Elrond@Wunder-Nett.org Sun Mar 26 19:22:00 2000Luke Leighton2000-03-265-5/+46
* From Elrond@Wunder-Nett.org Sat Mar 25 03:40:37 2000Luke Leighton2000-03-246-187/+285
* preparing for release of alpha.1.3Samba Release Account2000-03-2363-63/+63
* default for createuser accountname$ is to set the password to accountname,Luke Leighton2000-03-231-28/+34
* From Elrond@Wunder-Nett.org Fri Mar 24 05:10:09 2000Luke Leighton2000-03-235-151/+211