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
Age
Commit message (
Expand
)
Author
Files
Lines
2001-12-05
added functions that convert a ads binary blob to a string (for
Andrew Tridgell
1
-0
/
+39
2001-12-05
fixed an off by 1 bug in talloc_asprintf()
Andrew Tridgell
1
-1
/
+1
2001-12-05
Fixed parse_domain_user to be bool.
Jeremy Allison
8
-80
/
+57
2001-12-05
Add a new flag for anonymous connections
Andrew Bartlett
1
-0
/
+3
2001-12-05
Make it easier to construct anonymous connections with a new flag and helper
Andrew Bartlett
1
-2
/
+28
2001-12-05
Split out the name resolution code into a seperate function
Andrew Bartlett
1
-27
/
+38
2001-12-05
Use print_queue_length() by preference if we don't need a queue
Jeremy Allison
2
-21
/
+4
2001-12-05
Follow herb's suggestion and don't strdup a string to itself
Andrew Bartlett
1
-3
/
+6
2001-12-05
Follow herb's suggestion and don't strdup a string to itself.
Andrew Bartlett
1
-3
/
+5
2001-12-05
Improved efficiency of enumerating print queue's under a particular
Jeremy Allison
2
-18
/
+20
2001-12-05
Add a mechinism to allow for sane porting of rpcclient components into the new
Andrew Bartlett
1
-0
/
+166
2001-12-05
Ditto on the const religion.
Andrew Bartlett
1
-2
/
+2
2001-12-05
Const religion for some of the RPC code.
Andrew Bartlett
2
-3
/
+3
2001-12-04
Merge from 2.2
Herb Lewis
1
-0
/
+6
2001-12-04
move proto.h and build_env.h from $(srcdir)/include to $(builddir)/include
Jean-François Micouleau
1
-2
/
+3
2001-12-04
added a boolean to the group mapping functions to specify if we need or
Jean-François Micouleau
13
-159
/
+278
2001-12-04
Correct message on wbinfo fail to open config file.
Jeremy Allison
1
-1
/
+2
2001-12-04
Tidup.
Jeremy Allison
1
-43
/
+80
2001-12-04
Put back changes to set errno, which seem to do no harm.
Martin Pool
2
-13
/
+55
2001-12-04
Fix headers. This I know is correct.
Martin Pool
1
-0
/
+1
2001-12-04
Fix headers. This I know is correct.
Martin Pool
1
-0
/
+1
2001-12-04
added lookup_groups() to the ads backend
Andrew Tridgell
4
-8
/
+69
2001-12-04
added ads_search_dn() and ads_pull_sids()
Andrew Tridgell
1
-1
/
+42
2001-12-04
undo
Martin Pool
7
-184
/
+83
2001-12-04
Implement suggestion from tridge to leave the old tdb_open interface
Martin Pool
5
-13
/
+22
2001-12-04
Better error handling:
Martin Pool
6
-77
/
+139
2001-12-04
allow for passwords other than "samba2"
Andrew Tridgell
1
-1
/
+1
2001-12-04
moved lookup_usergroups() into the backend structure
Andrew Tridgell
6
-72
/
+83
2001-12-04
moved init_account_policy() to the right place
Andrew Tridgell
2
-3
/
+5
2001-12-04
added a query_user backend
Andrew Tridgell
7
-97
/
+169
2001-12-04
typo fix
Andrew Tridgell
1
-1
/
+1
2001-12-04
const religion in talloc calls
Andrew Tridgell
1
-2
/
+2
2001-12-04
smbpasswd is *ugly*!
Andrew Bartlett
1
-0
/
+2
2001-12-04
winbindd friendly user_in_list code. Tested on a 65k user domain.
Jeremy Allison
1
-7
/
+15
2001-12-04
Add 'net rpc join' to match the ADS equiv.
Andrew Bartlett
6
-308
/
+327
2001-12-04
Some changes to the name resolution code in 'net' to allow us to find a
Andrew Bartlett
2
-25
/
+47
2001-12-04
Fix up funtion name, as this finds local, not domain master browsers.
Andrew Bartlett
1
-2
/
+2
2001-12-04
This comment no longer applies.
Andrew Bartlett
1
-1
/
+0
2001-12-04
Magic file for TDB databases.
Martin Pool
1
-0
/
+10
2001-12-04
Stop using getgrgid() - a very expensive call with winbindd, to look up
Jeremy Allison
1
-13
/
+10
2001-12-04
Moved name_is_local to the correct place. Ooops.
Jeremy Allison
2
-10
/
+10
2001-12-04
Set errno in tdb_open in cases where we detect an error in opening the
Martin Pool
2
-12
/
+35
2001-12-04
Tidyup of lib/username. Add name_is_local fn to determine if name is
Jeremy Allison
2
-171
/
+183
2001-12-04
Added error message for ERRdiskfull.
Tim Potter
1
-0
/
+1
2001-12-04
when using non-encrypted password ignore the ntpass variable to
Andrew Tridgell
1
-2
/
+2
2001-12-03
Added prototypes for new fns. Thanks Elrond.
Jeremy Allison
1
-0
/
+7
2001-12-03
added a tdb to store the account policy informations.
Jean-François Micouleau
11
-133
/
+465
2001-12-03
changed query_dispinfo to query_user_list
Andrew Tridgell
4
-23
/
+23
2001-12-03
put sid_to_name behind the winbindd backend interface
Andrew Tridgell
7
-44
/
+85
2001-12-03
added name_to_sid to the backend
Andrew Tridgell
10
-111
/
+186
[next]