index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
passdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
attempting to fix "domain user map" up, but it's a bit complicated.
Luke Leighton
1998-11-30
1
-4
/
+13
*
passdb.c now calls getpwnam() which returns results in a static buffer.
Luke Leighton
1998-11-30
1
-7
/
+21
*
- adding builtin[alias]db.
Luke Leighton
1998-11-30
2
-20
/
+32
*
"retired" two modules to preserve their cvs history.
Luke Leighton
1998-11-29
2
-0
/
+713
*
weekend work. user / group database API.
Luke Leighton
1998-11-29
8
-880
/
+209
*
we have a problem: resolution of "Primary Group RID" which we assumed
Luke Leighton
1998-11-26
1
-1
/
+14
*
fixing group database issues
Luke Leighton
1998-11-25
2
-7
/
+8
*
LsaLookupNames client call (first used as lookupnames command in rpcclient).
Luke Leighton
1998-11-25
1
-23
/
+29
*
fixing domain join and domain login problems
Luke Leighton
1998-11-25
1
-1
/
+0
*
clearer debug comments
Luke Leighton
1998-11-24
1
-2
/
+2
*
oops, forgot to rename smbfilegrp to smbunixgrp.
Luke Leighton
1998-11-24
1
-11
/
+11
*
initialise not initialize...
Luke Leighton
1998-11-24
2
-2
/
+2
*
remove unused variable
Luke Leighton
1998-11-23
1
-1
/
+0
*
someone had added code to convert rids to rids, assuming that the rids
Luke Leighton
1998-11-23
1
-9
/
+1
*
unix instance of group database API
Luke Leighton
1998-11-23
5
-20
/
+263
*
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1998-11-17
5
-15
/
+14
*
swapped username:uid:[groupridlist]:[aliasridlist] to
Luke Leighton
1998-11-17
1
-9
/
+9
*
- group database API. oops and oh dear, the threat has been carried out:
Luke Leighton
1998-11-17
5
-719
/
+388
*
Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...
Jeremy Allison
1998-11-13
1
-1
/
+1
*
Removed code that used printf/fprintf in password changin libraries.
Herb Lewis
1998-11-12
1
-11
/
+18
*
extracted the password change code from smbpasswd and used it in swat
Andrew Tridgell
1998-11-12
1
-0
/
+162
*
util functions split into relevant modules, first pass.
Luke Leighton
1998-11-10
1
-43
/
+0
*
codepages/codepage_def.936: Updated comment.
Jeremy Allison
1998-11-07
1
-5
/
+3
*
the start of the start of the SAM database API
Luke Leighton
1998-11-05
2
-0
/
+417
*
domain aliases added a bit better: does local aliases if you query
Luke Leighton
1998-10-21
1
-5
/
+6
*
the next dialog: user-groups. it's not very sensible what appears, but hey:
Luke Leighton
1998-10-21
4
-0
/
+40
*
Small tidyups for gcc in 'preen' mode....
Jeremy Allison
1998-10-17
2
-0
/
+2
*
trust password
Luke Leighton
1998-10-16
1
-2
/
+2
*
rpcclient interactive login (with trust account changing if you are root)
Luke Leighton
1998-10-15
2
-2
/
+38
*
getpwnam() failing is a serious error (corrupt smbpasswd database)
Luke Leighton
1998-10-15
1
-1
/
+6
*
bug-fixing against:
Luke Leighton
1998-10-15
1
-0
/
+2
*
anders blomdell spotted an unititialised fstring causing strlen to go
Luke Leighton
1998-10-09
1
-0
/
+1
*
Fixed warning in get_time_from_string().
Jeremy Allison
1998-09-29
1
-1
/
+1
*
missed the pdb_sam_to_smb function needed by nispass.c
Luke Leighton
1998-09-29
1
-19
/
+22
*
added in some pdb_xxx routines that are needed by nispass.c
Luke Leighton
1998-09-29
1
-0
/
+121
*
Added fix from gildea@intouchsys.com - smbpasswd file could be left
Jeremy Allison
1998-09-28
1
-1
/
+5
*
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1998-09-28
1
-2
/
+2
*
automated generation of .dummy files for each subdirectory;
Alexandre Oliva
1998-09-28
1
-1
/
+0
*
Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>
Jeremy Allison
1998-09-26
1
-1
/
+3
*
Makefile.in: Fixed bug with continuation line causing proto to fail.
Jeremy Allison
1998-09-25
3
-2
/
+12
*
Integration of Anders Blomdell <anders.blomdell@control.lth.se>'s
Jeremy Allison
1998-09-24
4
-71
/
+109
*
removed function names printed out in debug statements (duplicated in
Luke Leighton
1998-09-24
1
-33
/
+37
*
major autoconf clean-up
Alexandre Oliva
1998-09-21
1
-0
/
+1
*
configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...
Jeremy Allison
1998-09-17
3
-15
/
+15
*
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1998-09-17
4
-17
/
+17
*
some cleanups to use ZERO_STRUCT() and friends
Andrew Tridgell
1998-09-05
1
-1
/
+1
*
tridge the destroyer returns!
Andrew Tridgell
1998-09-05
2
-246
/
+4
*
More 64 bit stuff - now the fcntl locks are 64 bit clean.
Jeremy Allison
1998-09-04
1
-2
/
+2
*
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1998-09-03
2
-9
/
+9
*
More abstraction of file system data types, to move to a 64
Jeremy Allison
1998-09-01
1
-2
/
+2
[next]