summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_netlog.c
Commit message (Expand)AuthorAgeFilesLines
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-11/+11
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r13434: Add stub for NET_SAM_LOGON_EX.Jeremy Allison2007-10-101-1/+33
* r13399: Get closer to passing RPC-SCHANNEL test.Jeremy Allison2007-10-101-4/+4
* r6014: rather large change set....Gerald Carter2007-10-101-1/+1
* r991: Allow winbindd to use the domain trust account passwordGerald Carter2007-10-101-11/+0
* r196: merging struct uuid from trunkGerald Carter2007-10-101-1/+40
* Attempt at fixing bug #283. There however is no solution.Gerald Carter2003-08-141-4/+9
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough2003-08-011-1/+1
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-2/+2
* use the new modules system for the rpc modules (backport from HEAD)Jelmer Vernooij2003-04-151-4/+0
* merge from HEAD - enable dynamic RPC modulesJim McDonough2003-02-141-21/+23
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+3
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* Added server side reponse to net_logon_ctrl rpc. We can now respondTim Potter2001-05-241-0/+35
* Fix "proc num out of range" error. Missing rpc call.Jeremy Allison2001-04-231-0/+32
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-756/+79
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-94/+83
* Fix for the SID history problem when using a Win2k domain controllerJeremy Allison2000-09-061-8/+9
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-14/+14
* Removed save directory argument to become_root() calls. Probably most ofTim Potter2000-06-231-8/+8
* Simplified server pipe implementation by changing arguments passed downTim Potter2000-06-161-18/+29
* do some standard_sub_advanced() in api_net_sam_logon on lp_logon_xxx().Jean-François Micouleau2000-06-091-4/+16
* more merging voodooAndrew Tridgell2000-05-101-0/+2
* - use full_name instead of real_nameAndrew Tridgell2000-05-041-1/+1
* split the username in the vuser structure into a separateAndrew Tridgell2000-05-021-1/+1
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-1/+1
* Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison2000-04-041-2/+0
* Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter2000-04-041-214/+220
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-25/+0
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+25
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-514/+420
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-0/+7
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-85/+51
* adding user session key into network netlogon response.Luke Leighton1999-11-211-9/+35
* attempting to get nt5 wksta to join domain.Luke Leighton1999-11-161-1/+1
* added two new params: "trusted domains" and "trusting domains".Luke Leighton1999-11-161-3/+7
* Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000Richard Sharpe1999-11-161-2/+74
* rewrote api_net_sam_logon() to be a little clearer.Luke Leighton1999-10-271-140/+136
* Tim Potter spotted compile error: matthew had added BDC support to smbd,Luke Leighton1999-07-211-2/+3
* oops, set password lengths to a boolean value.Luke Leighton1999-07-061-2/+2
* improving authentication code (tidyup).Luke Leighton1999-06-291-31/+14
* Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1999-06-021-0/+2
* last part of RPC api change.Jean-François Micouleau1999-05-031-21/+21
* Mainly BDC-related changes.Matthew Chapman1999-04-081-0/+78
* Dejan Ilic: spotted "NETLOGON" bug, failure of NT_STATUS WRONG_PASSWORD.Luke Leighton1999-04-061-3/+3
* Greg Dickie: spotted bug where smb_nt_passwd could be NULL.Luke Leighton1999-03-101-1/+8