index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
sam
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update my copyrights according to my agreement with IBM
Jim McDonough
2003-08-01
2
-2
/
+2
*
Fix copyright statements for various pieces of Anthony Liguori's work.
Jim McDonough
2003-08-01
3
-3
/
+3
*
Some more [ug]id_t printf fixes.
Tim Potter
2003-07-24
1
-4
/
+4
*
convert snprintf() calls using pstrings & fstrings
Gerald Carter
2003-07-23
1
-26
/
+19
*
Fixup a bunch of printf-style functions and debugs to use unsigned long when
Tim Potter
2003-07-22
4
-31
/
+46
*
moving more code around.
Gerald Carter
2003-07-11
4
-3
/
+450
*
Large set of changes to add UNIX account/group management
Gerald Carter
2003-07-09
3
-1
/
+32
*
fix some compile problems. Can't get IDMAP_OBJ our of proto.h
Gerald Carter
2003-07-07
1
-1
/
+2
*
Cleaning up linking issues. sam/idmap*.c only links in
Gerald Carter
2003-07-07
2
-279
/
+1
*
and so it begins....
Gerald Carter
2003-07-07
1
-110
/
+27
*
This changes our Unix primary GID behaviour back to what most people expect:
Andrew Bartlett
2003-07-06
1
-3
/
+4
*
Add some debug statments to our vampire code - try to make it easier to track
Andrew Bartlett
2003-07-05
1
-2
/
+4
*
Fixes to our LDAP/vampire codepaths:
Andrew Bartlett
2003-07-05
1
-0
/
+11
*
Allow modification of an existing entry.
Andrew Bartlett
2003-07-05
1
-15
/
+36
*
Don't allow RIDs (in our domain) below 1000 (or algorithmic rid base) to be
Andrew Bartlett
2003-07-04
1
-0
/
+5
*
This patch cleans up some of our ldap code, for better behaviour:
Andrew Bartlett
2003-07-04
2
-593
/
+269
*
Fix for idmap startup bug with remote ldap backend.
Jeremy Allison
2003-07-02
1
-21
/
+47
*
Don't set a mapping that is already there.
Volker Lendecke
2003-07-01
1
-0
/
+15
*
Merge of Volkers patch to make the logic clearer (with my mod).
Jeremy Allison
2003-06-30
1
-44
/
+45
*
Fix missing ret = found by Volker.
Jeremy Allison
2003-06-30
1
-1
/
+1
*
Some const correctness. Stop tdb being used as a remote backend. If an
Jeremy Allison
2003-06-27
3
-59
/
+75
*
Add include guards around idmap.h, change ID_NOMAP to ID_QUERY_ONLY
Jeremy Allison
2003-06-26
3
-13
/
+33
*
As has been pointed out, ordering here doesn't matter so use normal
Jeremy Allison
2003-06-26
1
-2
/
+2
*
Fix immediate bug where the idmap can't tell the difference between an entry
Jeremy Allison
2003-06-26
2
-17
/
+32
*
Ensure idmap backends are added in the correct order (DLIST_ADD puts
Jeremy Allison
2003-06-25
3
-8
/
+26
*
Fix a warning in a DEBUG
Volker Lendecke
2003-06-25
1
-12
/
+12
*
Tought I already done.
Simo Sorce
2003-06-25
2
-32
/
+22
*
More debugs for this... (these should have been here already !).
Jeremy Allison
2003-06-25
1
-1
/
+8
*
More instrumentation tracking down this bug...
Jeremy Allison
2003-06-25
1
-1
/
+5
*
Start to instrument this code as I try and track down a nasty bug that
Jeremy Allison
2003-06-25
1
-3
/
+34
*
Found out a good number of NT_STATUS_IS_ERR used the wrong way.
Simo Sorce
2003-06-22
2
-14
/
+14
*
This patch fixes some issues with idmap_tdb as raised by bug #181
Andrew Bartlett
2003-06-21
1
-91
/
+115
*
This patch works towards to goal of common code shared between idmap_ldap
Andrew Bartlett
2003-06-21
1
-12
/
+12
*
Ok, this patch removes the privilege stuff we had in, unused, for some time.
Simo Sorce
2003-06-18
1
-1
/
+1
*
There's nothing particularly secret in idmap.tdb, so create it with
Volker Lendecke
2003-06-18
1
-1
/
+1
*
And more other memory leaks. One new (idmap) and one ancient (groupdb).
Volker Lendecke
2003-06-17
1
-0
/
+1
*
Fix memory leak in idmap. Valgrind is soooo cool.
Volker Lendecke
2003-06-17
1
-0
/
+2
*
Add 'net idmap restore'. This restores a broken idmap file
Volker Lendecke
2003-06-14
1
-1
/
+42
*
Sorry idra for messing around with your stuff, but this was obviously not
Volker Lendecke
2003-06-11
1
-3
/
+3
*
avoid races in getting high watermark
Simo Sorce
2003-06-11
1
-6
/
+32
*
Fix for crash bug noticed by Luke Howard | PADL Software Pty Ltd | www.padl.com.
Jeremy Allison
2003-06-09
1
-1
/
+1
*
* break out more common code used between pdb_ldap and idmap_ldap
Gerald Carter
2003-06-06
4
-84
/
+188
*
working draft of the idmap_ldap code.
Gerald Carter
2003-06-05
1
-192
/
+254
*
added idmap_ldap to wrong branch.
Gerald Carter
2003-06-03
1
-1
/
+0
*
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
2003-06-03
1
-0
/
+838
|
\
|
*
initial version of idmap_ldap.c; lots of updates to come
Gerald Carter
2003-06-03
1
-0
/
+838
|
*
syncing LDAP schema changes with Samba_3_0
Gerald Carter
2003-05-14
1
-4
/
+4
|
*
Fix compiler warnings.
Jeremy Allison
2003-05-12
1
-2
/
+0
*
|
function() is *NOT* a valid C proto, but C++ only.
Jeremy Allison
2003-05-29
1
-1
/
+1
*
|
Add smb_register_idmap(). Based on a patch from metze
Jelmer Vernooij
2003-05-29
3
-38
/
+64
[next]