summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_netlog.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6014: rather large change set....Gerald Carter1-1/+1
2007-10-10r991: Allow winbindd to use the domain trust account passwordGerald Carter1-11/+0
2007-10-10r196: merging struct uuid from trunkGerald Carter1-1/+40
2003-08-14Attempt at fixing bug #283. There however is no solution.Gerald Carter1-4/+9
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough1-1/+1
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-2/+2
2003-04-15use the new modules system for the rpc modules (backport from HEAD)Jelmer Vernooij1-4/+0
2003-02-14merge from HEAD - enable dynamic RPC modulesJim McDonough1-21/+23
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-05-24Added server side reponse to net_logon_ctrl rpc. We can now respondTim Potter1-0/+35
2001-04-23Fix "proc num out of range" error. Missing rpc call.Jeremy Allison1-0/+32
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-756/+79
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-94/+83
2000-09-06Fix for the SID history problem when using a Win2k domain controllerJeremy Allison1-8/+9
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-14/+14
2000-06-23Removed save directory argument to become_root() calls. Probably most ofTim Potter1-8/+8
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-18/+29
2000-06-09do some standard_sub_advanced() in api_net_sam_logon on lp_logon_xxx().Jean-François Micouleau1-4/+16
2000-05-10more merging voodooAndrew Tridgell1-0/+2
2000-05-04 - use full_name instead of real_nameAndrew Tridgell1-1/+1
2000-05-02split the username in the vuser structure into a separateAndrew Tridgell1-1/+1
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-1/+1
2000-04-04Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison1-2/+0
2000-04-04Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter1-214/+220
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-25/+0
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton1-0/+25
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-514/+420
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-0/+7
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-85/+51
1999-11-21adding user session key into network netlogon response.Luke Leighton1-9/+35
1999-11-16attempting to get nt5 wksta to join domain.Luke Leighton1-1/+1
1999-11-16added two new params: "trusted domains" and "trusting domains".Luke Leighton1-3/+7
1999-11-16Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000Richard Sharpe1-2/+74
1999-10-27rewrote api_net_sam_logon() to be a little clearer.Luke Leighton1-140/+136
1999-07-21Tim Potter spotted compile error: matthew had added BDC support to smbd,Luke Leighton1-2/+3
1999-07-06oops, set password lengths to a boolean value.Luke Leighton1-2/+2
1999-06-29improving authentication code (tidyup).Luke Leighton1-31/+14
1999-06-02Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1-0/+2
1999-05-03last part of RPC api change.Jean-François Micouleau1-21/+21
1999-04-08Mainly BDC-related changes.Matthew Chapman1-0/+78
1999-04-06Dejan Ilic: spotted "NETLOGON" bug, failure of NT_STATUS WRONG_PASSWORD.Luke Leighton1-3/+3
1999-03-10Greg Dickie: spotted bug where smb_nt_passwd could be NULL.Luke Leighton1-1/+8
1999-02-15Always null-terminate strings.Matthew Chapman1-3/+3
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-8/+6
1999-02-09pwdb_smb_to_sam was not returning NULL for nt name so thatLuke Leighton1-5/+5
1999-02-09Fix for NT BSOD problem. There's no reason to have two "NT usernames" runningMatthew Chapman1-3/+1
1998-11-30attempting to fix "domain user map" up, but it's a bit complicated.Luke Leighton1-19/+62