index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
/
srv_lsa_hnd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-29
s3-rpc_server: increase max number of open policy handles per pipe to 2048.
Günther Deschner
1
-1
/
+1
2009-04-20
Do not vasprint stuff where not necessary
Volker Lendecke
1
-1
/
+1
2009-04-20
Fix warning in use of talloc_set_name.
Jeremy Allison
1
-1
/
+1
2009-04-19
Add "uint32_t access_granted" to policy handles
Volker Lendecke
1
-15
/
+58
2009-04-19
Make "struct policy" private to srv_lsa_hnd.c
Volker Lendecke
1
-0
/
+26
2009-04-18
Add type-safe policy_handle_create/find
Volker Lendecke
1
-0
/
+45
2009-04-18
Add some const
Volker Lendecke
1
-2
/
+5
2009-03-18
s3: remove POLICY_HND.
Günther Deschner
1
-4
/
+4
2009-02-01
Replace pipe names in pipes_struct by ndr_syntax_id
Volker Lendecke
1
-9
/
+13
2009-01-08
Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fn
Volker Lendecke
1
-12
/
+10
2009-01-08
Simplify init_pipe_handle_list a bit
Volker Lendecke
1
-23
/
+26
2008-12-23
Fix more asprintf warnings and some error path errors.
Jeremy Allison
1
-4
/
+7
2008-06-26
Remove p->vuid
Volker Lendecke
1
-7
/
+1
2008-05-05
Remove "guest" from "struct user_struct"
Volker Lendecke
1
-1
/
+1
2007-11-05
pstring removal
Volker Lendecke
1
-3
/
+4
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-6
/
+6
2007-10-10
r25119: Fix a couple of warnings.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.h
Gerald Carter
1
-6
/
+12
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-2
/
+4
2007-10-10
r5460: Fix "restrict anonymous = 1". If we have schannel connection, we must be
Jim McDonough
1
-0
/
+4
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-2
/
+2
2003-11-03
Fix more 64-bit printf warnings.
Tim Potter
1
-2
/
+2
2003-01-17
Fix reference count bug where smbd's would not terminate with no
Jeremy Allison
1
-17
/
+0
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-0
/
+48
2002-03-30
Hack to share pipe handles between lsa and samr pipes as NT4.x usrmgr
Jeremy Allison
1
-1
/
+12
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-25
Return correct RPC fault PDU on bad handle incoming.
Jeremy Allison
1
-0
/
+2
2002-01-22
Merge of fixes from 2.2.
Jeremy Allison
1
-9
/
+10
2002-01-20
This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a
Andrew Bartlett
1
-2
/
+2
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-3
/
+2
2001-04-02
include/ntdomain.h:
Jeremy Allison
1
-3
/
+2
2001-03-13
Move to a handle database per pipe name, not per pipe.
Jeremy Allison
1
-19
/
+75
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-198
/
+76
2001-03-07
Sync up handle creation with 2.2 branch. We can now join AS/U domains and
Jeremy Allison
1
-20
/
+22
2001-01-23
increase MAX_POL_HNDS (merge from 2.2)
Gerald Carter
1
-1
/
+1
2000-10-07
added samr_set_user_info and info_2.
Jean-François Micouleau
1
-26
/
+5
2000-05-10
more merging voodoo
Andrew Tridgell
1
-0
/
+4
2000-05-02
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
1
-1
/
+1
2000-04-04
Snuck in some whitespace cleanup while I was visiting these files. (-:
Tim Potter
1
-3
/
+0
2000-03-22
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
1
-25
/
+0
2000-03-22
added the following message to all dce/rpc client/server code, except
Luke Leighton
1
-0
/
+25
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-204
/
+41
1999-11-27
further abstraction involving client states. main client-side code
Luke Leighton
1
-30
/
+22
1999-11-25
cool! completed a samr* API that _would_ look like an msdn samr* api...
Luke Leighton
1
-2
/
+8
1999-11-24
service control manager API completed. svcenum -i works, but does not
Luke Leighton
1
-0
/
+1
1999-11-24
first stages of removing struct cli_state* and uint16 fnum from all
Luke Leighton
1
-7
/
+17
[next]